qishibo / AnotherRedisDesktopManager

๐Ÿš€๐Ÿš€๐Ÿš€A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac.
MIT License
30.17k stars 2.54k forks source link

Can't connect to a Redis cluster when I check the Cluster checkbox. #1202

Open TsubasaEX opened 4 months ago

TsubasaEX commented 4 months ago

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.

image

image

qishibo commented 4 months ago

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

TsubasaEX commented 3 months ago

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.