Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c4451 sentinelRedisInstance *switch_to_promoted = NULL; in sentinelHandleDictOfRedisInstances() local
4463 switch_to_promoted = ri; in sentinelHandleDictOfRedisInstances()
4467 if (switch_to_promoted) in sentinelHandleDictOfRedisInstances()
4468 sentinelFailoverSwitchToPromotedSlave(switch_to_promoted); in sentinelHandleDictOfRedisInstances()