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?

preguntada hace 6 meses101 visualizaciones
No hay respuestas

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas