]> git.saurik.com Git - redis.git/history - src/sentinel.c
Sentinel: more easy master redirection if master is a slave.
[redis.git] / src / sentinel.c
2012-09-04  antirezSentinel: more easy master redirection if master is...
2012-08-30  antirezSentinel: do not crash against slaves not publishing...
2012-08-29  antirezSentinel: INFO command implementation.
2012-08-28  antirezSentinel: Sentinel-side support for slave priority.
2012-08-28  antirezSentinel: suppress harmless warning by initializing...
2012-08-24  antirezSentinel: send SCRIPT KILL on -BUSY reply and SDOWN...
2012-08-24  antirezSentinel: fixed a crash on script execution.
2012-08-03  antirezSentinel: SENTINEL FAILOVER command implemented.
2012-08-02  antirezSentinel: client reconfiguration script execution.
2012-07-31  antirezSentinel: when leader in wait-start, sense another...
2012-07-31  antirezSentinel: sentinelRefreshInstanceInfo() comments improv...
2012-07-31  antirezSentinel: abort failover when in wait-start if master...
2012-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-07-28  antirezSentinel: scripts execution engine improved.
2012-07-28  Salvatore SanfilippoMerge pull request #606 from badboy/patch-1
2012-07-28  Jan-Erik RedigerInclude sys/wait.h to avoid compiler warning
2012-07-27  Salvatore SanfilippoMerge pull request #587 from saj/truncate-short-write...
2012-07-27  Salvatore SanfilippoMerge pull request #586 from saj/aof_last_bgrewrite_status
2012-07-26  antirezSentinel: don't start a failover as leader if there...
2012-07-25  antirezSentinel: ability to execute notification scripts.
2012-07-25  Salvatore SanfilippoMerge pull request #603 from mrb/fix_sentinel_config_wa...
2012-07-25  Salvatore SanfilippoMerge pull request #602 from mrb/sentinel_docs
2012-07-25  antirezSentinel: abort failover if no good slave is available.
2012-07-24  antirezSentinel: reset pending_commands in a more generic...
2012-07-24  antirezPrevent a spurious +sdown event on switch.
2012-07-24  antirezSentinel: debugging message removed.
2012-07-24  antirezSentinel: changes to connection handling and redirection.
2012-07-24  antirezSentinel: check that instance still exists in reply...
2012-07-24  antirezSentinel: more robust failover detection as observer.
2012-07-23  antirezFirst implementation of Redis Sentinel.