Questions tagged with Amazon ElastiCache for Redis
Amazon ElastiCache for Redis is a blazing fast in-memory data store that provides sub-millisecond latency to power internet-scale real-time applications.
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
162 results
We have an Elasticache replication group setup in a private VPC with Redis engine 5.0.6 and in our service we use a long-lived JedisPool connection to connect to the cache. We are trying to enable acc...
Hello,
I am seeing some very non-specific errors when I try to create an AWS::ElastiCache::User using CloudFormation. My template is simply:
````
UserName: myuser
UserId: hereisauserid
Engine: redis...
We're migrating an application from ECS to EKS in production environment, and running into issues where our pods are dying due to Redis connection timeouts in EKS — even though everything was working ...
Hi, We intend to use [DescribeGlobalReplicationGroups](https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeGlobalReplicationGroups.html) and [DescribeReplicationGroups](http...
When Iam trying to connect my elastic cache cluster its not getting connected using the command
src/redis-cli -c -h ENDPOINT -p 6379
When iam trying to connect with telnet the cluster is getting conne...
When I try connect to a redis instance I have from a Lambda I get the following error
```
redis.exceptions.ResponseError: MOVED 4720 test-0001-001.appdev-testev.nannan.apse2.cache.amazonaws.com:6379
...
Hello,
I have a an Elasticache cluster on Redis engine of version 7.0.1. On it "Encryption in transit" is disabled. My goal is to setup the password connection for my redis cluster.
For that I crea...
Hello,
I have recently received quite a huge bill for an AWS service I never even used, Elasticache. I initially wanted to use AWS and when setting up, I ran into a lot of difficulties and complexiti...
The latest Valkey version in Elasticache is 8.0.1. Valkey 8.0.2 was released three weeks ago and reverts a breaking change from Valkey 8.0.0. I haven't been able to find anything like a release schedu...
Hello,
I am currently supporting a website that uses ECS (Fargate) and Redis OSS cache version 4.0.10.
We are using this version because the site relies on Drupal 10.3.10, which was not compatible w...
Does Glide provide a native provider that can be used with Hibernate L2 Cache or a JCache implementation (since Hibernate has built-in support for JCache)?
Few questions about the scaling in Elasticache Redis Serverless
Does data stored in Elasticache Redis Serverless is data saved in-memory on the AWS server?
How does scale up or scale down in that se...