- 11 Sep, 2018 1 commit
-
-
antirez authored
All the occurrences translated, but the ones referring to SLAVEOF must be intact because that describe the actual Sentinel -> Redis protocol. In theory we could send REPLICAOF to Redis instances, but actually this would prevent Sentinel to be compatible with older Redis instances.
-
- 27 Aug, 2018 1 commit
-
-
zhaozhao.zz authored
-
- 25 Jun, 2018 1 commit
-
-
antirez authored
-
- 14 Jun, 2018 1 commit
-
-
antirez authored
The ability of "SENTINEL SET" to change the reconfiguration script at runtime is a problem even in the security model of Redis: any client inside the network may set any executable to be ran once a failover is triggered. This option adds protection for this problem: by default the two SENTINEL SET subcommands modifying scripts paths are denied. However the user is still able to rever that using the Sentinel configuration file in order to allow such a feature.
-
- 11 Aug, 2016 1 commit
-
-
antirez authored
-
- 16 Jan, 2015 1 commit
-
-
Chris Lamb authored
This may look a little pointless (and it is a complete no-op change here) but as package maintainers need to modify these lines to actually daemonize (etc. etc) but it's far preferable if the diff is restricted to actually changing just that bit, not adding docs, etc. The less diff the better, in general. Signed-off-by:
Chris Lamb <chris@chris-lamb.co.uk>
-
- 29 Sep, 2014 1 commit
-
-
Jan-Erik Rediger authored
Closes #1739
-
- 04 Sep, 2014 2 commits
-
-
antirez authored
-
Dara Kong authored
There are instances such as EC2 where the bind address is private (behind a NAT) and cannot be accessible from WAN. https://groups.google.com/d/msg/redis-db/PVVvjO4nMd0/P3oWC036v3cJ
-
- 26 May, 2014 1 commit
-
-
antirez authored
-
- 12 May, 2014 1 commit
-
-
antirez authored
-
- 07 Mar, 2014 1 commit
-
-
antirez authored
-
- 11 Dec, 2013 1 commit
-
-
Yubao Liu authored
-
- 21 Nov, 2013 1 commit
-
-
antirez authored
-
- 19 Jan, 2013 1 commit
-
-
guiquanz authored
-
- 16 Jan, 2013 1 commit
-
-
Alice Kærast authored
Fixes a minor typo in sentinel.conf
-
- 26 Sep, 2012 1 commit
-
-
antirez authored
-
- 02 Aug, 2012 1 commit
-
-
antirez authored
This commit adds support to optionally execute a script when one of the following events happen: * The failover starts (with a slave already promoted). * The failover ends. * The failover is aborted. The script is called with enough parameters (documented in the example sentinel.conf file) to provide information about the old and new ip:port pair of the master, the role of the sentinel (leader or observer) and the name of the master. The goal of the script is to inform clients of the configuration change in a way specific to the environment Sentinel is running, that can't be implemented in a genereal way inside Sentinel itself.
-
- 31 Jul, 2012 1 commit
-
-
antirez authored
-
- 28 Jul, 2012 1 commit
-
-
Jeremy Zawodny authored
improve English a bit. :-)
-
- 25 Jul, 2012 3 commits
-
-
Jeremy Zawodny authored
improve English a bit. :-)
-
antirez authored
-
mrb authored
-
- 23 Jul, 2012 3 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
This commit implements the first, beta quality implementation of Redis Sentinel, a distributed monitoring system for Redis with notification and automatic failover capabilities. More info at http://redis.io/topics/sentinel
-