]> git.saurik.com Git - redis.git/history - src/sentinel.c
Sentinel: ability to execute notification scripts.
[redis.git] / src / sentinel.c
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.