All Content 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
165 results
I followed this guide to setup the role/policies/user/group https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/auth-iam.html and used the following code to generate a token. Then connected to the...
2
answers
0
votes
42
views
asked 2 days ago
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...
1
answers
0
votes
99
views
asked 23 days ago
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...
2
answers
0
votes
45
views
asked a month ago
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 ...
1
answers
0
votes
88
views
asked 2 months ago
Hi, We intend to use [DescribeGlobalReplicationGroups](https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_DescribeGlobalReplicationGroups.html) and [DescribeReplicationGroups](http...
2
answers
0
votes
59
views
asked 2 months ago
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...
1
answers
0
votes
56
views
asked 2 months ago
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 ...
2
answers
0
votes
46
views
asked 3 months ago
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...
1
answers
1
votes
109
views
asked 3 months ago
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...
2
answers
0
votes
125
views
asked 4 months ago
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...
1
answers
0
votes
315
views
asked 4 months ago
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...
1
answers
0
votes
90
views
asked 4 months ago