Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c59 #define SRI_MASTER_DOWN (1<<5) /* A Sentinel with this flag set thinks that macro
2770 if (ri->flags & SRI_MASTER_DOWN) flags = sdscat(flags,"master_down,"); in addReplySentinelRedisInstance()
3659 if (ri->flags & SRI_MASTER_DOWN) quorum++; in sentinelCheckObjectivelyDown()
3702 ri->flags |= SRI_MASTER_DOWN; in sentinelReceiveIsMasterDownReply()
3704 ri->flags &= ~SRI_MASTER_DOWN; in sentinelReceiveIsMasterDownReply()
3739 ri->flags &= ~SRI_MASTER_DOWN; in sentinelAskMasterStateToOtherSentinels()