Skip to content
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

Cluster Functionality #4058

Closed
wjdavis5 opened this issue Mar 22, 2018 · 0 comments
Closed

Cluster Functionality #4058

wjdavis5 opened this issue Mar 22, 2018 · 0 comments
Labels
Milestone

Comments

@wjdavis5
Copy link

RDM Version: 0.9.1.771
Environment (OS name and version): Windows 10
Redis Server Version: 4.0.3 / Elasticache

Steps to reproduce:

  1. Connect to clustered instance

I'm not sure what to expect. But what I see is several duplicated keys. This particular cluster has 6 members with 1 replica each (total of 12).
So for example when I load the keys I see this:
image

However when I use redis-cli I'm not getting all these duplicated results.

It would be really nice if when connecting to a cluster, it enumerated the masters and slaves of the cluster, and then provided the option to scan the keyspace on a specific server.

As it stands using this on Clustered instances isnt working very well.

@uglide uglide added the bug label Apr 30, 2018
@uglide uglide added this to the 0.9.4 milestone Apr 30, 2018
uglide added a commit that referenced this issue May 23, 2018
- Add support for ECDSA host key to connect to Elastic Cache (#4047)
- Clone connection to prevent modification of connection settings (#4078)
- Fix cluster keys retrival (#4058 and #4117)
uglide added a commit that referenced this issue May 30, 2018
- Add support for ECDSA host key to connect to Elastic Cache (#4047)
- Clone connection to prevent modification of connection settings (#4078)
- Fix cluster keys retrival (#4058 and #4117)
@uglide uglide closed this as completed May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants