Searched defs:quorum (Results 1 – 1 of 1) sorted by relevance
198 unsigned int quorum;/* Number of sentinels that need to agree on failure. */ member1168 …SentinelRedisInstance(char *name, int flags, char *hostname, int port, int quorum, sentinelRedisIn… in createSentinelRedisInstance()1617 int quorum = atoi(argv[4]); in sentinelHandleConfiguration() local3118 long quorum, port; in sentinelCommand() local3649 unsigned int quorum = 0, odown = 0; in sentinelCheckObjectivelyDown() local