Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.c172 char *busp = strchr(port,'@'); in clusterLoadConfig() local
173 if (busp) { in clusterLoadConfig()
174 *busp = '\0'; in clusterLoadConfig()
175 busp++; in clusterLoadConfig()
181 n->cport = busp ? atoi(busp) : n->port + CLUSTER_PORT_INCR; in clusterLoadConfig()