1. 10 5月, 2016 3 次提交
  2. 09 5月, 2016 2 次提交
  3. 07 5月, 2016 1 次提交
    • A
      redis-cli: integrate help.h with COMMAND output. · 8eb43bf7
      antirez 提交于
      Use the COMMAND output to fill with partial information the built-in
      help. This makes redis-cli able to at least complete commands that are
      exported by the Redis server it is connected to, but were not available
      in the help.h file when the redis-cli binary was compiled.
      8eb43bf7
  4. 06 5月, 2016 3 次提交
  5. 05 5月, 2016 20 次提交
  6. 04 5月, 2016 5 次提交
  7. 03 5月, 2016 2 次提交
    • A
      Cluster regression test for #3043. · 9c48f28e
      antirez 提交于
      The test works but is very slow so far, since it involves resharding
      1/5 of all the cluster slots from master 0 to the other 4 masters and
      back into the original master.
      9c48f28e
    • A
      New masters with slots are now targets of migration if others are. · 4fdde78c
      antirez 提交于
      This fixes issue #3043.
      
      Before this fix, after a complete resharding of a master slots
      to other nodes, the master remains empty and the slaves migrate away
      to other masters with non-zero nodes. However the old master now empty,
      is no longer considered a target for migration, because the system has
      no way to tell it had slaves in the past.
      
      This fix leaves the algorithm used in the past untouched, but adds a
      new rule. When a new or old master which is empty and without slaves,
      are assigend with their first slot, if other masters in the cluster have
      slaves, they are automatically considered to be targets for replicas
      migration.
      4fdde78c
  8. 01 5月, 2016 1 次提交
  9. 25 4月, 2016 3 次提交