Files
redis/src
antirez 48d26a483d 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-31 10:30:29 +02:00
..
2012-04-13 18:05:51 -07:00
2012-05-14 11:06:34 -07:00
2012-07-31 10:58:16 +02:00
2011-04-13 10:58:21 +02:00
2011-09-15 18:25:53 +02:00
2012-07-18 12:01:43 +02:00
2012-04-30 10:16:20 -07:00
2012-08-24 13:03:40 +02:00
2011-02-28 14:48:49 +01:00
2012-05-24 15:24:57 +02:00
2012-04-27 15:56:16 +02:00
2012-04-05 11:04:03 +02:00
2012-06-02 10:27:31 +02:00
2012-03-14 15:36:24 +01:00
2012-03-14 15:36:24 +01:00
2011-03-09 15:44:21 +01:00
2012-01-02 15:24:50 -08:00
2011-07-06 15:22:00 +02:00
2012-08-01 12:06:03 +02:00
2012-01-03 16:13:42 -08:00
2012-08-24 13:03:40 +02:00