Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c3689 int clusterNodeClearSlotBit(clusterNode *n, int slot) { in clusterNodeClearSlotBit() function
3719 serverAssert(clusterNodeClearSlotBit(n,slot) == 1); in clusterDelSlot()