Searched refs:runid (Results 1 – 3 of 3) sorted by relevance
1208 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; member4084 sa_runid = (*sa)->runid; in compareSlavesForPromotion()[all …]
1532 getRandomHexChars(server.runid,CONFIG_RUN_ID_SIZE); in initServerConfig()1533 server.runid[CONFIG_RUN_ID_SIZE] = '\0'; in initServerConfig()3199 server.runid, in genRedisInfoString()
955 char runid[CONFIG_RUN_ID_SIZE+1]; /* ID always different at every exec. */ member