Redis Cluster - Part 3
Using Redis-CLI with a Redis Cluster
When you use redis-cli to connect to a shard of a Redis Cluster, you are connected to that shard only, and cannot access data from other shards. If you try to access keys from the wrong shard, you will get a MOVED...
til.hashnode.dev2 min read