MemoryDB rouge slot in the cluster is causing issues

0

In my case

> DEL key "myCache::555_Fountain"
(error) CROSSSLOT Keys in request don't hash to the same slot

So I had to do the following

>CLUSTER KEYSLOT "myCache::555_Fountain"
(integer) 582
>CLUSTER GETKEYSINSLOT 582 1000
1) "myCache::555_Fountain"
>CLUSTER SLOTS
1) 1) (integer) 0
   2) (integer) 16383
   3) 1) "172.31.8.54"
      2) (integer) 6379
      3) "21124020458c23fdca68798ac3f6efc08005bc82"
   4) 1) "172.31.36.217"
      2) (integer) 6379
      3) "096e0471a4f27402c43b3d76caaf0e9ee38e2d4d"

Where is SLOT 582 reside? How do I delete my key from that SLOT?

asked 5 months ago98 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions