Searched refs:countKeysInSlot (Results 1 – 3 of 3) sorted by relevance
1574 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()
1547 unsigned int countKeysInSlot(unsigned int hashslot) { in countKeysInSlot() function
1851 unsigned int countKeysInSlot(unsigned int hashslot);