Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dcluster.c65 int clusterNodeSetSlotBit(clusterNode *n, int slot);
3377 int clusterNodeSetSlotBit(clusterNode *n, int slot) { in clusterNodeSetSlotBit() function
3420 clusterNodeSetSlotBit(n,slot); in clusterAddSlot()