1. 23 Jul, 2014 2 commits
    • antirez's avatar
      redis-trib: allow to reshard in non-interactive way. · ec054b36
      antirez authored
      The introduction of --from --to --slots --yes options allow to reshard
      from cli in an automated way from scripts. The code is ugly and needs
      refactoring as soon as we get it in RC / stable release.
      ec054b36
    • antirez's avatar
      Cluster test: test that writes are retained during failovers. · e6ac6a17
      antirez authored
      In the test we use WAIT when the master and slave are up, and only later the
      partition is created killing the master, so we are sure we don't incur
      in failure modes that may lose writes in this test: the goal here is to
      make sure that the elected slave was replicating correctly with the
      master.
      e6ac6a17
  2. 18 Jul, 2014 38 commits