summaryrefslogtreecommitdiff
path: root/src/sentinel.c
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: remove variable causing warningMatt Stancliff2014-03-251-3/+1
* Fixed undefined variable value with certain code paths.antirez2014-03-251-2/+1
* Sentinel: Notify user when config can't be savedMatt Stancliff2014-03-251-9/+12
* Small typo fixedJan-Erik Rediger2014-03-251-1/+1
* Sentinel: sentinelRefreshInstanceInfo() minor refactoring.antirez2014-03-211-8/+7
* Sentinel: propagate down-after-ms changes to slaves and sentinels.antirez2014-03-211-0/+20
* Sentinel: down-after-milliseconds is not master-specific.antirez2014-03-211-4/+4
* Sentinel failure detection implementation improved.antirez2014-03-211-13/+62
* Sentinel: use CLIENT SETNAME when connecting to Redis.antirez2014-03-211-0/+19
* Fix segfault from accessing array out of boundsMatt Stancliff2014-03-141-1/+1
* Sentinel: be safe under crash-recovery assumptions.antirez2014-03-141-1/+29
* Sentinel: fake PUBLISH command to receive HELLO messages.antirez2014-03-141-0/+17
* Sentinel: HELLO processing refactored into sentinelProcessHelloMessage().antirez2014-03-141-88/+94
* Sentinel: more aggressive failover start desynchronization.antirez2014-03-051-2/+3
* Sentinel: log quorum with +monitor event.antirez2014-02-251-2/+2
* Sentinel: generate +monitor events at startup.antirez2014-02-251-0/+21
* Sentinel: log +monitor and +set events.antirez2014-02-251-3/+9
* Sentinel: added missing exit(1) after checking for config file.antirez2014-02-251-0/+1
* Sentinel: IDONTKNOW error removed.antirez2014-02-251-2/+0
* 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
* Move mstime_t define outside sentinel.c.antirez2014-02-031-2/+0
* Sentinel: check arity for SENTINEL MASTER command.antirez2014-01-311-0/+1
* SENTINEL SET master quorum implemented.antirez2014-01-281-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-131-0/+9
* Sentinel: releaseSentinelRedisInstance() top comment fixed.antirez2014-01-131-1/+1
* Sentinel: flush config on disk when new master is added.antirez2014-01-131-0/+1
* Sentinel: SENTINEL MONITOR command implemented.antirez2014-01-131-0/+34
* Sentinel: added SENTINEL MASTER <name> command.antirez2014-01-131-1/+7
* Add all the configurable fields to addReplySentinelRedisInstance().antirez2014-01-131-0/+24
* Trip comment to 80 cols in SentinelCommand().antirez2014-01-131-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