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

Redis Cluster Error (ElastiCache) #4117

Closed
makkaba opened this issue May 9, 2018 · 0 comments
Closed

Redis Cluster Error (ElastiCache) #4117

makkaba opened this issue May 9, 2018 · 0 comments
Labels
Milestone

Comments

@makkaba
Copy link

makkaba commented May 9, 2018

RDM Version: 0.9.0.760

Environment (OS name and version): Windows 10

Redis Server Version: 3.2.10

Steps to reproduce:

  1. create elasticache cluster with 4 shards + 0 replication
    lets call 4 shards as A,B,C,D

  2. set key,value to elasticache node through EC2 which is in the same VPC.

redis-cli -c -h {URL of shard B } -p 6379
set foo "bar"
  1. check if it exists
get foo
-> Redirected to slot [12345] located at 123.123.123.123:6379
"bar"

  1. tunneling to cluster master URL (cluster.cfg.~) through EC2 for RDM
    open RDM
    check out.

Expected result:
display key&value of "foo"

Actual Result:
it is not displayed like there is no data of it, even though it is exist.
it means RDM show me data of only one specific shard. ex)A shard

@makkaba makkaba changed the title ElastiCache Cluster Error Redis Cluster Error (ElastiCache) May 9, 2018
@uglide uglide added this to the 0.9.4 milestone May 23, 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 uglide added the bug label May 23, 2018
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