Searched refs:keys_in_slot (Results 1 – 1 of 1) sorted by relevance
4547 unsigned int keys_in_slot = countKeysInSlot(slot); in clusterCommand() local4548 if (maxkeys > keys_in_slot) maxkeys = keys_in_slot; in clusterCommand()