Home
last modified time | relevance | path

Searched refs:countKeysInSlot (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1574 countKeysInSlot(j) && in clusterUpdateSlotsConfigWith()
3898 if (!countKeysInSlot(j)) continue; /* No keys in this slot. */ in verifyClusterConfigWithData()
4379 if (countKeysInSlot(slot) != 0) { in clusterCommand()
4389 if (countKeysInSlot(slot) == 0 && in clusterCommand()
4528 addReplyLongLong(c,countKeysInSlot(slot)); in clusterCommand()
4547 unsigned int keys_in_slot = countKeysInSlot(slot); in clusterCommand()
H A Ddb.c1547 unsigned int countKeysInSlot(unsigned int hashslot) { in countKeysInSlot() function
H A Dserver.h1851 unsigned int countKeysInSlot(unsigned int hashslot);