]> git.saurik.com Git - redis.git/history - src/sentinel.c
Sentinel: when leader in wait-start, sense another leader as race.
[redis.git] / src / sentinel.c
2012-09-27  antirezSentinel: when leader in wait-start, sense another...
2012-09-27  antirezSentinel: sentinelRefreshInstanceInfo() comments improv...
2012-09-27  antirezSentinel: abort failover when in wait-start if master...
2012-09-27  antirezSentinel: scripts execution engine improved.
2012-09-27  Jan-Erik RedigerInclude sys/wait.h to avoid compiler warning
2012-09-27  antirezSentinel: don't start a failover as leader if there...
2012-09-27  antirezSentinel: ability to execute notification scripts.
2012-09-27  antirezSentinel: abort failover if no good slave is available.
2012-09-27  antirezSentinel: reset pending_commands in a more generic...
2012-09-27  antirezPrevent a spurious +sdown event on switch.
2012-09-27  antirezSentinel: debugging message removed.
2012-09-27  antirezSentinel: changes to connection handling and redirection.
2012-09-27  antirezSentinel: check that instance still exists in reply...
2012-09-27  antirezSentinel: more robust failover detection as observer.
2012-09-27  antirezFirst implementation of Redis Sentinel.