AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

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

Open TsubasaEX opened this issue 1 year ago β€’ 2 comments

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

TsubasaEX avatar May 09 '24 07:05 TsubasaEX

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

qishibo avatar May 11 '24 02:05 qishibo

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.

TsubasaEX avatar May 13 '24 09:05 TsubasaEX