-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis error ClusterAllFailedError: Failed to refresh slots cache #527
Comments
with latest image RedisCluster support was added. After connection to the Redis server it checks its properties to figure out if we are dealing with a cluster setup -> if yes it reconnects with IORedis Cluster client now. Its an AWS Memorydb or ElastiCache? Older image used plain Redis client instead on every connection. |
And is it possible to start Redis Commander with the |
@gmussi i was able to repoduce this error and pushed a fix to latest. Can you please test if it helps you too? |
@gmussi added some more code to handle more variants. Any feedback if it is working for you now? |
Can you add CLUSTER_NO_TLS_VALIDATION as a supported ENV variable? I don't see it in https://github.com/joeferner/redis-commander/blob/master/docker/entrypoint.sh |
After manually configuring the json configuration to:
I still get
|
Hi @grantkl ,
So I would expect that to also work in docker with having the CLUSTER_NO_TLS_VALIDATION for docker. |
I am facing an issue with the following
docker-compose.yml
:It used to work fine before, but after pulling the latest image I am getting:
Without any changes in infrastructure or configuration.
EDIT: this problem is not present in the previous version (0.8.1)
The text was updated successfully, but these errors were encountered: