1. 10 Jun, 2016 3 commits
  2. 30 May, 2016 1 commit
    • Itamar Haber's avatar
      Allow SPOP from Lua scripts · 620783e3
      Itamar Haber authored
      The existing `R` flag appears to be sufficient and there's no apparent reason why the command should be blocked.
      620783e3
  3. 18 May, 2016 5 commits
  4. 08 May, 2016 2 commits
  5. 06 May, 2016 1 commit
  6. 05 May, 2016 15 commits
  7. 04 May, 2016 11 commits
  8. 02 May, 2016 2 commits
    • antirez's avatar
      New masters with slots are now targets of migration if others are. · 7b618823
      antirez authored
      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.
      7b618823
    • antirez's avatar
      redis-cli preferences and rc file support. · bbf93108
      antirez authored
      bbf93108