Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c4547 unsigned int keys_in_slot = countKeysInSlot(slot); in clusterCommand() local
4548 if (maxkeys > keys_in_slot) maxkeys = keys_in_slot; in clusterCommand()