]> git.saurik.com Git - redis.git/history - src/sentinel.c
Use correct variable name for value to convert.
[redis.git] / src / sentinel.c
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.