[Bug]: Redis Cluster Error: Redis is already connecting/connected #8222
Replies: 2 comments
-
I got the exact same error when testing a redis cluster locally. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This PR will fix the issue: #8457 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When attempting to use Redis in cluster mode, the application throws a Redis connection error on startup.
USE_REDIS=true REDIS_URI=tcp-xxxxxxxxxx.cache.amazonaws.com:6379 USE_REDIS_CLUSTER=true
With same redis_uri when connecting with our golang service it is working.
Version Information
Error :-
2025-07-03 12:28:35 error: KeyvRedis connection error: Redis is already connecting/connected
2025-07-03 12:28:35 error: There was an uncaught error: Redis is already connecting/connected
Steps to Reproduce
Enable the following ENV:
USE_REDIS=true
REDIS_URI=tcp-xxxxxxxxxx.cache.amazonaws.com:6379
USE_REDIS_CLUSTER=true
Start the application.
Observe the error logs.
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions