Files
redis-For-Windows/src
antirez 0064b1a583 Cluster: redis-trib cluster allocation more even across nodes.
redis-trib used to allocate slots not considering fractions of nodes
when computing the slots_per_node amount. So the fractional part was
carried over till the end of the allocation, where the last node
received a few more slots than any other (or a lot more if the cluster
was composed of many nodes).

The computation was changed to allocate slots more evenly when they are
not exactly divisible for the number of masters we have.
2014-03-25 17:44:39 +01:00
..
2014-03-24 10:17:33 -04:00
2014-03-20 16:20:37 +01:00
2013-05-14 11:23:16 +02:00
2014-02-28 16:00:00 +01:00
2013-12-13 13:10:05 +01:00
2014-03-20 16:20:37 +01:00
2014-01-22 09:54:55 +01:00
2013-07-16 15:43:36 +02:00
2013-08-12 11:38:21 +02:00
2013-07-24 18:59:54 +02:00
2013-07-02 12:08:07 +02:00
2013-05-27 11:44:04 +02:00
2013-09-03 15:15:51 +02:00