We are developing a serverless application. The application has "users" that get added, "groups" that have "permissions" on different "resources". To check if a
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
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
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.
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