You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create elasticache cluster with 4 shards + 0 replication
lets call 4 shards as A,B,C,D
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"
check if it exists
get foo
-> Redirected to slot [12345] located at 123.123.123.123:6379
"bar"
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
The text was updated successfully, but these errors were encountered:
makkaba
changed the title
ElastiCache Cluster Error
Redis Cluster Error (ElastiCache)
May 9, 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)
- 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)
RDM Version: 0.9.0.760
Environment (OS name and version): Windows 10
Redis Server Version: 3.2.10
Steps to reproduce:
create elasticache cluster with 4 shards + 0 replication
lets call 4 shards as A,B,C,D
set key,value to elasticache node through EC2 which is in the same VPC.
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
The text was updated successfully, but these errors were encountered: