Too Many Stale Connections AWS Elasticache Redis #3324
Unanswered
akshayk-ktk
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an AWS EC2 machine where my service is running. We have 2 elasticache redis clusters.
The connection configuration we are using is,
We are seeing lot of stale connections for the client for SID-Redis
While for WS-Redis, we don't see this issue.
Is this related to how the WS Redis and SID Redis are configured or its related to the client config we are using for SID Redis. Is it fine if stale connections are higher or it can cause issues?
As per our use case the load on SID from our service will be less because of which we have a lower configuration.
Any help is appreciated here.
Go-Redis Version - github.com/redis/go-redis/v9 v9.7.1
Beta Was this translation helpful? Give feedback.
All reactions