Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dsentinel.c1300 int removeMatchingSentinelFromMaster(sentinelRedisInstance *master, char *runid) { in removeMatchingSentinelFromMaster() function
2348 removed = removeMatchingSentinelFromMaster(master,token[2]); in sentinelProcessHelloMessage()