Home
last modified time | relevance | path

Searched defs:quorum (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c198 unsigned int quorum;/* Number of sentinels that need to agree on failure. */ member
1168 …SentinelRedisInstance(char *name, int flags, char *hostname, int port, int quorum, sentinelRedisIn… in createSentinelRedisInstance()
1617 int quorum = atoi(argv[4]); in sentinelHandleConfiguration() local
3118 long quorum, port; in sentinelCommand() local
3649 unsigned int quorum = 0, odown = 0; in sentinelCheckObjectivelyDown() local