1. 07 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Connections refactoring and TLS support. · b087dd1d
      Yossi Gottlieb authored
      * Introduce a connection abstraction layer for all socket operations and
      integrate it across the code base.
      * Provide an optional TLS connections implementation based on OpenSSL.
      * Pull a newer version of hiredis with TLS support.
      * Tests, redis-cli updates for TLS support.
      b087dd1d
  2. 30 Jun, 2018 1 commit
  3. 23 Apr, 2018 1 commit
  4. 20 Apr, 2018 1 commit
  5. 14 Mar, 2018 1 commit
  6. 05 May, 2016 2 commits
  7. 02 May, 2016 1 commit
    • antirez's avatar
      Cluster regression test for #3043. · 9c48f28e
      antirez authored
      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
  8. 17 Feb, 2016 1 commit
    • antirez's avatar
      Cluster: resharding test provides more state when failing. · 15f37ebd
      antirez authored
      Now elements added to lists are incremental numbers in order to
      understand, when inconsistencies are found, what is the order in which
      the elements were added. Also the error now provides both the expected
      and found value.
      15f37ebd
  9. 18 Dec, 2015 1 commit
  10. 17 Dec, 2015 1 commit
    • antirez's avatar
      Cluster: resharding test now checks AOF consistency. · 9b4dd92c
      antirez authored
      It's a key invariant that when AOF is enabled, after the cluster
      reshards, a crash-recovery event causes all the keys to be still fine
      with the expected logical content. Now this is part of unit 04.
      9b4dd92c
  11. 10 Dec, 2015 2 commits
    • antirez's avatar
      Cluster: more reliable migration tests. · 41db54a5
      antirez authored
      The old version was modeled with two failovers, however after the first
      it is possible that another slave will migrate to the new master, since
      for some time the new master is not backed by any slave. Probably there
      should be some pause after a failover, before the migration. Anyway the
      test is simpler in this way, and depends less on timing.
      41db54a5
    • antirez's avatar
      Cluster: more reliable replicas migration test. · b55affbc
      antirez authored
      b55affbc
  12. 30 Mar, 2015 1 commit
  13. 22 Mar, 2015 4 commits
  14. 22 Jan, 2015 1 commit
  15. 21 Jan, 2015 2 commits
  16. 09 Jan, 2015 1 commit
  17. 08 Oct, 2014 2 commits
  18. 29 Sep, 2014 3 commits
  19. 15 Sep, 2014 2 commits
  20. 28 Jul, 2014 2 commits
  21. 25 Jul, 2014 5 commits
  22. 21 Jul, 2014 2 commits
  23. 18 Jul, 2014 1 commit
    • antirez's avatar
      Cluster test: test that writes are retained during failovers. · 8d4ff87b
      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.
      8d4ff87b
  24. 18 Jun, 2014 1 commit