crossslot keys in request don't hash to the same slot ✓ Redis Cross Slot error

฿100.00


ERR CROSSSLOT Keys in request don't hash to the same slot At least it returns an error rather than Codis which provides a wrong result! Howcrossslot keys in request don't hash to the same slot CROSSSLOT Keys in request don't hash to the same slot Solution 1 One solution is to force redis to insert the keys into same slot We can achieve

crossslot keys in request don't hash to the same slotConnect to your Redis Cluster: Create two new keys and checkout their assigned hash-slot: redis> SET mykey1 Hello redis> SET mykey2 Hello 2

crossslot keys in request don't hash to the same slot ReplyError: CROSSSLOT Keys in request don't hash to the same slot Any idea how to avoid this error? According to this page https: