summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: report instances role switch events.antirez2014-02-201-0/+8
* Sentinel: SENTINEL_SLAVE_RECONF_RETRY_PERIOD -> RECONF_TIMEOUTantirez2014-02-181-2/+2
* Sentinel: fix slave promotion timeout.antirez2014-02-181-2/+5
* Sentinel: better specify startup errors due to config file.antirez2014-02-171-2/+7
* Sentinel: allow SHUTDOWN command in Sentinel mode.antirez2014-02-071-1/+2
* Sentinel: check arity for SENTINEL MASTER command.antirez2014-01-311-0/+1
* SENTINEL SET master quorum implemented.antirez2014-01-141-0/+6
* SENTINEL SET: error on bad option name + flush config on error.antirez2014-01-131-0/+7
* SENTINEL SET implemented.antirez2014-01-131-0/+78
* Sentinel: fix wrong arity error message.antirez2014-01-131-1/+1
* Sentinel: SENTINEL REMOVE command added.antirez2014-01-101-0/+9
* Sentinel: releaseSentinelRedisInstance() top comment fixed.antirez2014-01-101-1/+1
* Sentinel: flush config on disk when new master is added.antirez2014-01-101-0/+1
* Sentinel: SENTINEL MONITOR command implemented.antirez2014-01-101-0/+34
* Sentinel: added SENTINEL MASTER <name> command.antirez2014-01-101-1/+7
* Add all the configurable fields to addReplySentinelRedisInstance().antirez2014-01-101-0/+24
* Trip comment to 80 cols in SentinelCommand().antirez2014-01-101-1/+1
* Sentinel: dead code removed.antirez2013-12-131-9/+0
* dict.c: added optional callback to dictEmpty().antirez2013-12-101-1/+1
* Sentinel: fix reported role info sampling.antirez2013-12-061-10/+10
* Sentinel: fix reported role fields when master is reset.antirez2013-12-061-0/+2
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-3/+3
* Sentinel: don't write HZ when flushing config.antirez2013-12-021-7/+11
* Sentinel: better time desynchronization.antirez2013-12-021-5/+10
* Sentinel: log vote received from other Sentinels.antirez2013-11-281-0/+5
* fix a bug in sentinel.c about pub/sub linkhuangz19902013-11-261-3/+2
* Sentinel: fixes inverted strcmp() test preventing config updates.antirez2013-11-251-1/+1
* Sentinel: fix type specifier for Hello msg generation.antirez2013-11-251-2/+2
* Sentinel: different comments updated to new implementation.antirez2013-11-211-21/+18
* Sentinel: cleanup around SENTINEL_INFO_VALIDITY_TIME.antirez2013-11-211-15/+25
* Sentinel: removed mem leak and useless code.antirez2013-11-211-8/+0
* Sentinel: manual failover works again.antirez2013-11-211-2/+5
* Sentinel: test for writable config file.antirez2013-11-211-1/+12
* Sentinel: check for disconnected links in sentinelSendHello().antirez2013-11-211-0/+1
* Sentinel: Hello message sending code refactored.antirez2013-11-211-21/+41
* Sentinel: select slave with best (greater) replication offset.antirez2013-11-201-2/+13
* Sentinel: take the replication offset in slaves state.antirez2013-11-201-1/+11
* Sentinel: distinguish between is-master-down-by-addr requests.antirez2013-11-191-7/+13
* Sentinel: various fixes to leader election implementation.antirez2013-11-191-28/+40
* Sentinel: failover script execution fixed.antirez2013-11-191-9/+21
* Sentinel: no longer used defines removed.antirez2013-11-191-8/+1
* Sentinel: when writing config on disk, remember sentinels runid.antirez2013-11-191-4/+8
* Sentinel: arity of known-sentinel/slave is 4 not 3.antirez2013-11-191-2/+2
* Sentinel: rewriteConfigSentinelOption() sub-iterators var typo fixed.antirez2013-11-191-2/+2
* Sentinel: call sentinelFlushConfig() to persist state when needed.antirez2013-11-191-2/+22
* Sentinel: sentinelFlushConfig() to CONFIG REWRITE + fsync.antirez2013-11-191-0/+22
* Sentinel: CONFIG REWRITE support for Sentinel config.antirez2013-11-191-4/+105
* Sentinel: can-failover option removed, many comments fixed.antirez2013-11-191-76/+29
* Sentinel: added config options useful to take state on config rewrite.antirez2013-11-181-0/+29
* Sentinel: failover abort function simplified.antirez2013-11-181-27/+2