Skip to main content
0 votes
1 answer
26 views

I'm using AWS ElastiCache in cluster mode and enabled the notification to EX. In dev env I'm getting 1 notification for each unique key expiry but in staging getting 2 notification per key expiry any ...
Saurav Kumar's user avatar
1 vote
0 answers
115 views

We have sporadic, but repeatable, timeout issues with valkey at higher loads that we haven't been able to diagnose the root cause of. We're using StackExchange.Redis on the old school .NET Framework 4....
starlight54's user avatar
  • 1,101
1 vote
0 answers
36 views

I am frequently encountering RedisTimeoutException errors in my application. The application is built using .NET 9 and runs in Linux-based containers. Redis is hosted on AWS Elastic Cache with version ...
phaneendra yandrapragada's user avatar
1 vote
1 answer
74 views

I am using global redis datastore, with two clusters Region-A and Region-B. Each regional cluster has three redis nodes one primary and two read replicas. I have my service deployed in two regions as ...
Ivan Lymar's user avatar
  • 2,303
0 votes
1 answer
63 views

I am working on an ASP.NET Core Web API that is deployed to AWS. I am trying to integrate Elastic Cache using Valkey and working locally at the moment. This is my Program.cs: using Amazon; using ...
Smart Qualilfy's user avatar
0 votes
0 answers
94 views

When running the following lua script on a serverless instance of valkey on AWS I get the following error. EVAL "return redis.call('SCAN', '0', 'MATCH', ARGV[1])" 0 "{123}:*" ERR ...
jjnrmason's user avatar
  • 311
1 vote
2 answers
643 views

tl;dr Working in Go, and had to write my own token signing method connect to Valkey Instance in Elasticache. Keep getting error: "WRONGPASS invalid username-password pair or user is disabled.&...
James Cooper's user avatar
0 votes
0 answers
38 views

We are using Lettuce java client to connect to AWS Elasticache (Valkey engine, Serverless, version 8.0) from Java springboot application (JDK 17 & springboot version 3.2.5) Below is the method ...
alex's user avatar
  • 179
0 votes
0 answers
132 views

We are using Lettuce java client to connect to AWS Elasticache (Valkey engine, Serverless, version 8.0) from Java springboot application (JDK 17 & springboot version 3.2.5) We have User ...
alex's user avatar
  • 179
0 votes
1 answer
161 views

We are using Lettuce java client to connect to AWS Elasticache (Valkey engine, Serverless, version 8.0) from Java springboot application (JDK 17 & springboot version 3.2.5) Below is the method ...
alex's user avatar
  • 179
0 votes
1 answer
226 views

I have a spring app deployed to AWS Kubernetes, and an AWS elasticache with transit encryption mode set to required. When the java code below gets executed, it throws an exception Java code: ...
MA1's user avatar
  • 1,096
0 votes
0 answers
515 views

I'm using a Valkey ElastiCache with StackExchange.Redis on .NET. It's usually working but sometimes I'll get this message: The message timed out in the backlog attempting to send because no connection ...
Katie's user avatar
  • 1
0 votes
0 answers
212 views

We have an ElastiCache classic with cluster mode disabled created in one of our account, there I observed a service update in 'Not-Applied' state. Due to that it shows warning in the Cache version ...
Ram's's user avatar
  • 139
1 vote
0 answers
288 views

I have been trying to authenticate with an Elasticache cluster using IAM authentication in .NET8 and failing with the following error: Unhandled exception. StackExchange.Redis....
APW's user avatar
  • 577
0 votes
0 answers
70 views

Configuration Our system has: PHP 8.2 AWS Memcached library with OpenSSL AWS Fargate ECS deployment AWS Elasticache Problem The initial login for users appears to write and read from memcached. ...
Aaron Morefield's user avatar

15 30 50 per page
1
2 3 4 5
62