Can't connect to a Redis cluster when I check the Cluster checkbox.
OS
Windows
VERSION
Another Redis Desktop Manager v1.6.4
ISSUE DESCRIPTION
I can't connect to a Redis cluster when I check the Cluster checkbox. But if I uncheck the cluster check box, it works.
My question is it should be able to connect to a Redis cluster when we check the Cluster checkbox.
I think your moved ip is another internal ip instead of 10.8.9.50
you can uncheck Cluster to connect as a single Redis, then open console to exec get xxxx, get the moved ipοΌthen use the new ip to fill the Host config
https://github.com/qishibo/AnotherRedisDesktopManager?tab=readme-ov-file#faq
Thank you for the reply.
Yes, I think the same way because there are internal IPs for the cluster because it's a redis cluster by a docker-compose. I was wondering if there are any options for the users to select whether they want to change the host on cluster redirects or not. If so, this would be convenient for the users to change the modes without modifying host config. And it's better for the users to understand the behavior behind the scenes.