summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: advertise the promoted slave address only after successful setup.antirez2013-02-111-1/+9
* Fixed many typos.guiquanz2013-01-191-10/+10
* BSD license added to every C source and header file.antirez2012-11-081-1/+0
* Sentinel: Support for AUTH.antirez2012-09-271-0/+26
* Sentinel: reply -IDONTKNOW to get-master-addr-by-name on lack of info.antirez2012-09-271-0/+2
* Sentinel: more easy master redirection if master is a slave.antirez2012-09-271-2/+2
* Sentinel: do not crash against slaves not publishing the runid.antirez2012-09-271-1/+13
* Sentinel: INFO command implementation.antirez2012-09-271-1/+62
* Sentinel: Sentinel-side support for slave priority.antirez2012-09-271-0/+10
* Sentinel: suppress harmless warning by initializing 'table' to NULL.antirez2012-09-271-1/+1
* Sentinel: send SCRIPT KILL on -BUSY reply and SDOWN instance.antirez2012-09-271-1/+13
* Sentinel: fixed a crash on script execution.antirez2012-09-271-1/+1
* Sentinel: SENTINEL FAILOVER command implemented.antirez2012-09-271-24/+65
* Sentinel: client reconfiguration script execution.antirez2012-09-271-0/+42
* Sentinel: when leader in wait-start, sense another leader as race.antirez2012-09-271-19/+30
* Sentinel: sentinelRefreshInstanceInfo() comments improved a bit.antirez2012-09-271-4/+6
* Sentinel: abort failover when in wait-start if master is back.antirez2012-09-271-0/+18
* Sentinel: scripts execution engine improved.antirez2012-09-271-47/+284
* Include sys/wait.h to avoid compiler warningJan-Erik Rediger2012-09-271-0/+1
* Sentinel: don't start a failover as leader if there is no good slave.antirez2012-09-271-1/+6
* Sentinel: ability to execute notification scripts.antirez2012-09-271-6/+66
* Sentinel: abort failover if no good slave is available.antirez2012-09-271-29/+45
* Sentinel: reset pending_commands in a more generic way.antirez2012-09-271-2/+4
* Prevent a spurious +sdown event on switch.antirez2012-09-271-0/+3
* Sentinel: debugging message removed.antirez2012-09-271-1/+0
* Sentinel: changes to connection handling and redirection.antirez2012-09-271-53/+87
* Sentinel: check that instance still exists in reply callbacks.antirez2012-09-271-10/+10
* Sentinel: more robust failover detection as observer.antirez2012-09-271-6/+31
* First implementation of Redis Sentinel.antirez2012-09-271-0/+2439