]> git.saurik.com Git - redis.git/history - src/sentinel.c
Include sys/wait.h to avoid compiler warning
[redis.git] / src / sentinel.c
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.