Files
redis/src
antirez dfdbb2272d Sentinel: Redis-side support for slave priority.
A Redis slave can now be configured with a priority, that is an integer
number that is shown in INFO output and can be get and set using the
redis.conf file or the CONFIG GET/SET command.

This field is used by Sentinel during slave election. A slave with lower
priority is preferred. A slave with priority zero is never elected (and
is considered to be impossible to elect even if it is the only slave
available).

A next commit will add support in the Sentinel side as well.
2012-08-30 15:04:31 +02:00
..
2011-09-19 17:43:34 +02:00
2012-02-21 10:11:20 -08:00
2012-05-01 10:52:27 +02:00
2010-12-15 17:39:40 +01:00
2011-06-01 18:04:50 +02:00
2012-05-12 09:37:01 +02:00
2012-05-11 16:05:08 +02:00
2011-06-02 17:41:42 +02:00
2012-06-02 15:27:42 +02:00
2012-07-09 12:02:01 +02:00
2010-12-10 15:36:04 +01:00
2012-08-01 11:59:08 +02:00
2011-07-12 10:03:22 +02:00
2012-06-02 15:27:01 +02:00