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?

已提问 5 个月前101 查看次数
没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容