Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
Filter content
Select tags to filter
Sort by
Sort by most recent
173 results
# Background
Hi AWS team,
I noticed an inconsistency between AWS ElastiCache Redis 7.1 and a local Redis OSS 7.0.16 regarding the Redis ACL admin category.
When I run:
`ACL CAT admin`
on both environm...
1
answers
0
votes
26
views
asked 2 months ago
https://repost.aws/knowledge-center/elasticache-service-update-complete
This wiki contains an incorrect information:
"When you set the Auto-Update after Due Date field to no, ElastiCache doesn't au...
1
answers
0
votes
24
views
asked 2 months ago
YalaEXPERT
published 3 months ago0 votes150 views
This article provides ready-to-use Amazon Athena SQL queries to identify and analyze Amazon ElastiCache clusters running Redis or Valkey engines across AWS accounts using Cost and Usage Report (CUR) d...
I’m attempting to use Amazon ElastiCache Serverless for Redis (Redis 7.1, cluster‑mode enabled) as the message broker for Celery 5.3+ running on Amazon ECS Fargate. Celery powers asynchronous backgrou...
2
answers
0
votes
230
views
asked 4 months ago
In our production environment we need to upgrade these 2 Redis clusters on Redis v5.0.6 to cache node type **cache.m6g.4xlarge**
1) 1 primary and 1 replica currently at node type cache.m5.2xlarge
2) 1...
2
answers
0
votes
369
views
asked 5 months ago
I created a openvpn, and peered a secondary vpc,
i could able to connect to ec2 through ssh.
but unable to connect to redis cluster
how to fix this
i dont have security group in redis
but routes in ...
1
answers
0
votes
116
views
asked 7 months ago
A Serverless ElastiCache cache gets into an inconsistent state when upgrading from Redis to Valkey 7, then reverting back to Redis, then upgrading to Valkey 7 again. The engine remains Redis, but when...
1
answers
0
votes
344
views
asked 7 months ago
Hi everyone!
I've created a **Multi-Region MemoryDB Cluster**, with the next configuration:
* Engine: **Valkey (7.3)**
* Shards per cluster: **1**
* Regions: **2** (Oregon and Ireland)
* Nodes per s...
2
answers
0
votes
190
views
asked 7 months ago
I suggest to add more explanation to what realy this "service update" does. It is a migration from Redis to Valkey really, so the cluster of Redis 5x becomes Valkey 8.1!
In my opinion this update sh...
1
answers
1
votes
226
views
asked 9 months ago
The carddemo application is failed to start after successful deployment.
Logs attached.
2025-08-03T18:04:30.815Z
Caused by: org.postgresql.util.PSQLException: FATAL: password authentication failed for...
1
answers
0
votes
85
views
asked 9 months ago
I have a lua script
```bash
local cursor = ""0""
local keys_deleted = 0
repeat
-- scan for keys matching the pattern
local result = redis.call(""SCAN"", cursor, ""MATCH"", @keys)
cursor ...
1
answers
0
votes
280
views
asked 9 months ago
**Description**:
While creating an ElastiCache Redis (cluster mode enabled) replication group via CloudFormation with this configuration:
```
AutomaticFailoverEnabled: false
NumNodeGroups: 2 ...
1
answers
0
votes
242
views
asked 10 months ago