Searched refs:importing_slots_from (Results 1 – 2 of 2) sorted by relevance
259 server.cluster->importing_slots_from[slot] = cn; in clusterLoadConfig()912 if (server.cluster->importing_slots_from[j] == delnode) in clusterDelNode()913 server.cluster->importing_slots_from[j] = NULL; in clusterDelNode()1562 if (server.cluster->importing_slots_from[j]) continue; in clusterUpdateSlotsConfigWith()3743 memset(server.cluster->importing_slots_from,0, in clusterCloseAllSlots()3744 sizeof(server.cluster->importing_slots_from)); in clusterCloseAllSlots()4045 } else if (server.cluster->importing_slots_from[j]) { in clusterGenNodeDescription()4314 if (server.cluster->importing_slots_from[j]) in clusterCommand()4362 server.cluster->importing_slots_from[slot] = n; in clusterCommand()4365 server.cluster->importing_slots_from[slot] = NULL; in clusterCommand()[all …]
151 clusterNode *importing_slots_from[CLUSTER_SLOTS]; member