Category "aws-elasticache"

Using endpoints of AWS ElastiCache for Redis

I am using AWS ElastiCache for Redis as the caching solution for my spring-boot application. I am using spring-boot-starter-data-redis and jedis client to conne

How to persist a redis ACL in ElastiCache

Is it possible to persist a redis ACL e.g with the python client - something like this: redis_client.acl_setuser( enabled=True, username=user_id, pa

Can we have multiple databases in ElastiCache (for Redis)?

Difficult to find this information for ElastiCache (for Redis) - if we can use databases with it such as 0, 1, 2 ... like it's possible in Redis.

Can I use Elasticache Memcached to store the events which the value has JSON object in key-value pair

I'm trying to push the events into the cache. The events contain a key-value pair. The key is a string and "Value" is a JSON object. Can I use memcached for thi