antirez 169a44cbd6 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-28 17:20:26 +02:00
..
2012-04-13 17:52:33 -07:00
2012-05-15 11:19:01 +02:00
2012-07-23 13:14:44 +02:00
2011-04-13 10:58:21 +02:00
2011-09-15 18:25:53 +02:00
2012-07-18 12:04:58 +02:00
2012-08-24 12:55:37 +02:00
2012-05-01 10:52:03 +02:00
2012-08-24 12:55:37 +02:00
2011-02-28 14:48:49 +01:00
2012-04-11 12:12:30 +02:00
2012-04-02 11:56:03 +02:00
2012-06-02 10:24:27 +02:00
2012-03-30 21:19:51 +02:00
2012-03-30 21:19:51 +02: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-04-10 16:34:33 +02:00
2012-01-03 16:13:42 -08:00
2012-08-24 12:55:37 +02:00