]> git.saurik.com Git - redis.git/history - src/sentinel.c
Scripting: add helper functions redis.error_reply() and redis.status_reply().
[redis.git] / src / sentinel.c
2012-09-27  antirezSentinel: Support for AUTH.
2012-09-27  antirezSentinel: reply -IDONTKNOW to get-master-addr-by-name...
2012-09-27  antirezSentinel: more easy master redirection if master is...
2012-09-27  antirezSentinel: do not crash against slaves not publishing...
2012-09-27  antirezSentinel: INFO command implementation.
2012-09-27  antirezSentinel: Sentinel-side support for slave priority.
2012-09-27  antirezSentinel: suppress harmless warning by initializing...
2012-09-27  antirezSentinel: send SCRIPT KILL on -BUSY reply and SDOWN...
2012-09-27  antirezSentinel: fixed a crash on script execution.
2012-09-27  antirezSentinel: SENTINEL FAILOVER command implemented.
2012-09-27  antirezSentinel: client reconfiguration script execution.
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.