Home
last modified time | relevance | path

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

/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h149 clusterNode *migrating_slots_to[CLUSTER_SLOTS]; member
H A Dcluster.c270 server.cluster->migrating_slots_to[slot] = cn; in clusterLoadConfig()
991 if (server.cluster->migrating_slots_to[j] == delnode) in clusterDelNode()
992 server.cluster->migrating_slots_to[j] = NULL; in clusterDelNode()
3873 memset(server.cluster->migrating_slots_to,0, in clusterCloseAllSlots()
3874 sizeof(server.cluster->migrating_slots_to)); in clusterCloseAllSlots()
4178 if (server.cluster->migrating_slots_to[j]) { in clusterGenNodeDescription()
4487 server.cluster->migrating_slots_to[slot] = n; in clusterCommand()
4503 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
4527 server.cluster->migrating_slots_to[slot]) in clusterCommand()
4528 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
[all …]
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h151 clusterNode *migrating_slots_to[CLUSTER_SLOTS]; member
H A Dcluster.c267 server.cluster->migrating_slots_to[slot] = cn; in clusterLoadConfig()
938 if (server.cluster->migrating_slots_to[j] == delnode) in clusterDelNode()
939 server.cluster->migrating_slots_to[j] = NULL; in clusterDelNode()
3788 memset(server.cluster->migrating_slots_to,0, in clusterCloseAllSlots()
3789 sizeof(server.cluster->migrating_slots_to)); in clusterCloseAllSlots()
4089 if (server.cluster->migrating_slots_to[j]) { in clusterGenNodeDescription()
4400 server.cluster->migrating_slots_to[slot] = n; in clusterCommand()
4416 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
4440 server.cluster->migrating_slots_to[slot]) in clusterCommand()
4441 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
[all …]
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c253 server.cluster->migrating_slots_to[slot] = cn; in clusterLoadConfig()
892 if (server.cluster->migrating_slots_to[j] == delnode) in clusterDelNode()
893 server.cluster->migrating_slots_to[j] = NULL; in clusterDelNode()
3612 memset(server.cluster->migrating_slots_to,0, in clusterCloseAllSlots()
3613 sizeof(server.cluster->migrating_slots_to)); in clusterCloseAllSlots()
3908 if (server.cluster->migrating_slots_to[j]) { in clusterGenNodeDescription()
4188 server.cluster->migrating_slots_to[slot] = n; in clusterCommand()
4204 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
4228 server.cluster->migrating_slots_to[slot]) in clusterCommand()
4229 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
[all …]
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h171 clusterNode *migrating_slots_to[CLUSTER_SLOTS]; member
H A Dcluster.c314 server.cluster->migrating_slots_to[slot] = cn; in clusterLoadConfig()
1085 if (server.cluster->migrating_slots_to[j] == delnode) in clusterDelNode()
1086 server.cluster->migrating_slots_to[j] = NULL; in clusterDelNode()
4000 memset(server.cluster->migrating_slots_to,0, in clusterCloseAllSlots()
4001 sizeof(server.cluster->migrating_slots_to)); in clusterCloseAllSlots()
4312 if (server.cluster->migrating_slots_to[j]) { in clusterGenNodeDescription()
4764 server.cluster->migrating_slots_to[slot] = n; in clusterCommand()
4784 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
4808 server.cluster->migrating_slots_to[slot]) in clusterCommand()
4809 server.cluster->migrating_slots_to[slot] = NULL; in clusterCommand()
[all …]