Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c55 #define SRI_SLAVE (1<<1) macro
1182 if (flags & SRI_SLAVE) { in createSentinelRedisInstance()
1961 } else if (ri->flags & SRI_SLAVE) { in sentinelSendAuthIfNeeded()
2165 if (role == SRI_SLAVE) { in sentinelRefreshInstanceInfo()
2285 if ((ri->flags & SRI_SLAVE) && in sentinelRefreshInstanceInfo()
2286 role == SRI_SLAVE && in sentinelRefreshInstanceInfo()
2308 if ((ri->flags & SRI_SLAVE) && role == SRI_SLAVE && in sentinelRefreshInstanceInfo()
2686 if ((ri->flags & SRI_SLAVE) && in sentinelSendPeriodicCommands()
2827 if (ri->flags & (SRI_MASTER|SRI_SLAVE)) { in addReplySentinelRedisInstance()
2882 if (ri->flags & SRI_SLAVE) { in addReplySentinelRedisInstance()
[all …]