Home
last modified time | relevance | path

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

/dports/www/nginx-full/nchan-1.2.12/src/store/redis/
H A Dredis_nodeset.c665 node->state = REDIS_NODE_DISCONNECTED; in nodeset_node_create_with_space()
784 if(slave->state <= REDIS_NODE_DISCONNECTED) { in node_discover_slave()
810 if(master->state <= REDIS_NODE_DISCONNECTED) { in node_discover_master()
921 assert(node->state <= REDIS_NODE_DISCONNECTED); in node_connect()
1321 case REDIS_NODE_DISCONNECTED: in node_connector_callback()
1927 if(cur->state > REDIS_NODE_DISCONNECTED && cur->state < REDIS_NODE_READY) { in nodeset_examine()
1933 if(cur->state <= REDIS_NODE_DISCONNECTED) in nodeset_examine()
1935 if(cur->state > REDIS_NODE_DISCONNECTED && cur->state < REDIS_NODE_READY) in nodeset_examine()
2077 if(node->state <= REDIS_NODE_DISCONNECTED) { in nodeset_connect()
2090 if(node->state > REDIS_NODE_DISCONNECTED) { in nodeset_disconnect()
[all …]
H A Dredis_nodeset.h46 #define REDIS_NODE_DISCONNECTED 0 macro