Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c61 int clusterAddSlot(clusterNode *n, int slot);
271 while(start <= stop) clusterAddSlot(n, start++); in clusterLoadConfig()
1584 clusterAddSlot(sender,j); in clusterUpdateSlotsConfigWith()
2922 clusterAddSlot(myself,j); in clusterFailoverReplaceYourMaster()
3705 int clusterAddSlot(clusterNode *n, int slot) { in clusterAddSlot() function
3914 clusterAddSlot(myself,j); in verifyClusterConfigWithData()
4318 clusterAddSlot(myself,j); in clusterCommand()
4414 clusterAddSlot(n,slot); in clusterCommand()