Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddb.c1507 unsigned int getKeysInSlot(unsigned int hashslot, robj **keys, unsigned int count) { in getKeysInSlot() function
H A Dserver.h1850 unsigned int getKeysInSlot(unsigned int hashslot, robj **keys, unsigned int count);
H A Dcluster.c4551 numkeys = getKeysInSlot(slot, keys, maxkeys); in clusterCommand()