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....
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 ...
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 ...
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 ...
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 ...
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.&...
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 ...
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 ...
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 ...
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 exceptionJava code:...
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 ...
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 ...
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....
ConfigurationOur system has:PHP 8.2AWS Memcached library with OpenSSLAWS Fargate ECS deploymentAWS ElasticacheProblemThe initial login for users appears to write and read from memcached. ...
Background:I created an ElastiCache replication group and use RBAC to control user access. Since our project has strict security requirements, I need to create an ElastiCache user and use IAM ...