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 次
沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南