Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c1532 clusterNode *curmaster, *newmaster = NULL; in clusterUpdateSlotsConfigWith() local
1546 curmaster = nodeIsMaster(myself) ? myself : myself->slaveof; in clusterUpdateSlotsConfigWith()
1581 if (server.cluster->slots[j] == curmaster) in clusterUpdateSlotsConfigWith()
1605 if (newmaster && curmaster->numslots == 0) { in clusterUpdateSlotsConfigWith()