AnotherRedisDesktopManager icon indicating copy to clipboard operation
AnotherRedisDesktopManager copied to clipboard

connect redis cluster by ssh model do not work

Open FrankShwk opened this issue 2 years ago • 9 comments

OS

Linux

VERSION

1.5.9

ISSUE DESCRIPTION

cluster model , ssh tunnel is not work

I have a Redis cluster in an intranet, and I'm trying to connect to it through a client on an intranet server that supports SSH protocol. However, I'm encountering errors when trying to connect in cluster mode, while there are no issues when connecting individually.

FrankShwk avatar Mar 28 '23 10:03 FrankShwk

I confirm this, have same issue :(

pavlikm avatar Apr 05 '23 13:04 pavlikm

plz show me you config screenshot

qishibo avatar May 28 '23 13:05 qishibo

Can confirm this for version 1.6.1 when connecting to AWS Memory DB. Worked fine in version <= 1.6.0. Clipboard-1 Clipboard-2

yupaul avatar Jul 06 '23 13:07 yupaul

@yupaul if cluster via SSH, the Redis host should be the internal ip such as 192.168.1.1 instead of the external hostname

you can test via: cancel the cluster option (as standalone connection), then use console to exec get xxxxx , you can get the moved to x.x.x.x, this is the internal ip

qishibo avatar Jul 07 '23 05:07 qishibo

Thank you, seems to be working. Is this a 1.6.1 change? it used to work fine with the hostname before 1.6.1

yupaul avatar Jul 07 '23 05:07 yupaul

@yupaul no, this should consist with older versions. but if the hostname is external (you can reach it in internet directly), you can connect without SSH, and only select "cluster" option

qishibo avatar Jul 07 '23 05:07 qishibo

cluster via ssh+cluster, refer to this https://github.com/qishibo/AnotherRedisDesktopManager#faq

qishibo avatar Jul 13 '23 01:07 qishibo

me too. aws memory db using endpoint url connection via ssh. ver 1.6.1

jkahn-boldplaygames avatar Oct 23 '23 05:10 jkahn-boldplaygames

I am having the same issue with version 1.6.1. I usually use the hostname to connect. Using the internal IP as instructed is not working either. If I revert back to version 1.4.8, I no longer see the issue. Not sure which version between 1.4.8 and 1.6.1 has the issue. I can test higher versions if necessary.

michaeljdennis avatar Jan 11 '24 20:01 michaeljdennis