Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c1208 ri->runid = NULL; in createSentinelRedisInstance()
1273 sdsfree(ri->runid); in releaseSentinelRedisInstance()
1336 if (ri->runid && strcmp(ri->runid,runid) == 0) { in removeMatchingSentinelFromMaster()
1361 if (runid && !ri->runid) continue; in getSentinelRedisInstanceByAddrAndRunID()
1362 if ((runid == NULL || strcmp(ri->runid, runid) == 0) && in getSentinelRedisInstanceByAddrAndRunID()
1442 sdsfree(ri->runid); in sentinelResetMaster()
1444 ri->runid = NULL; in sentinelResetMaster()
2760 addReplyBulkCString(c,ri->runid ? ri->runid : ""); in addReplySentinelRedisInstance()
3812 char *runid; member
4084 sa_runid = (*sa)->runid; in compareSlavesForPromotion()
[all …]
H A Dserver.c1532 getRandomHexChars(server.runid,CONFIG_RUN_ID_SIZE); in initServerConfig()
1533 server.runid[CONFIG_RUN_ID_SIZE] = '\0'; in initServerConfig()
3199 server.runid, in genRedisInfoString()
H A Dserver.h955 char runid[CONFIG_RUN_ID_SIZE+1]; /* ID always different at every exec. */ member