Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c62 int clusterDelSlot(int slot);
548 for (j = 0; j < CLUSTER_SLOTS; j++) clusterDelSlot(j); in clusterReset()
917 clusterDelSlot(j); in clusterDelNode()
1583 clusterDelSlot(j); in clusterUpdateSlotsConfigWith()
2921 clusterDelSlot(j); in clusterFailoverReplaceYourMaster()
3715 int clusterDelSlot(int slot) { in clusterDelSlot() function
3731 clusterDelSlot(j); in clusterDelNodeSlots()
4317 retval = del ? clusterDelSlot(j) : in clusterCommand()
4413 clusterDelSlot(slot); in clusterCommand()