Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c2963 #define SENTINEL_ISQR_NOAUTH (1<<1) macro
2981 if (usable < voters/2+1) result |= SENTINEL_ISQR_NOAUTH; in sentinelIsQuorumReachable()
3195 if (result & SENTINEL_ISQR_NOAUTH) { in sentinelCommand()