Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h12 #define CLUSTER_PORT_INCR 10000 /* Cluster port = baseport + PORT_INCR */ macro
H A Dcluster.c181 n->cport = busp ? atoi(busp) : n->port + CLUSTER_PORT_INCR; in clusterLoadConfig()
479 if (server.port > (65535-CLUSTER_PORT_INCR)) { in clusterInit()
488 if (listenToPort(server.port+CLUSTER_PORT_INCR, in clusterInit()
511 myself->cport = server.port+CLUSTER_PORT_INCR; in clusterInit()
2282 (server.port + CLUSTER_PORT_INCR); in clusterBuildMessageHdr()
4241 cport = port + CLUSTER_PORT_INCR; in clusterCommand()