antirez c532d3a603 CLUSTER SLOTS: don't output failing slaves.
While we have to output failing masters in order to provide an accurate
map (that may be the one of a Redis Cluster in down state because not
all slots are served by a working master), to provide slaves in FAIL
state is not a good idea since those are not necesarely needed, and the
client will likely incur into a latency penalty trying to connect with a
slave which is down.

Note that this means that CLUSTER SLOTS does not provide a *complete*
map of slaves, however this would not be of any help since slaves may be
added later, and a client that needs to scale reads and requires to
stay updated with the list of slaves, need to do a refresh of the map
from time to time, anyway.
2014-06-25 15:19:35 +02:00
..
2012-04-13 17:52:33 -07:00
2013-01-19 10:59:44 +01:00
2013-01-19 10:59:44 +01:00
2014-06-16 10:43:05 +02:00
2014-05-07 16:12:32 +02:00
2013-01-19 10:59:44 +01:00
2014-04-22 16:14:38 +02:00
2013-01-19 10:59:44 +01:00
2014-03-28 12:11:55 +01:00
2014-05-12 11:11:09 -04:00
2014-03-20 16:20:37 +01:00
2013-01-19 10:59:44 +01:00
2014-06-17 21:59:12 -07:00
2014-06-23 11:44:34 +02:00
2013-01-19 10:59:44 +01:00
2014-01-22 09:54:55 +01:00
2013-07-16 15:43:36 +02:00
2014-06-23 12:07:41 +02:00
2013-01-19 10:59:44 +01:00
2014-06-01 02:23:24 +08:00
2013-07-02 12:08:07 +02:00
2011-07-06 15:22:00 +02:00
2013-05-27 11:44:04 +02:00
2013-09-03 15:15:51 +02:00