- 07 Oct, 2019 1 commit
-
-
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.
-
- 30 Jun, 2018 1 commit
-
-
WuYunlong authored
-
- 23 Apr, 2018 1 commit
-
-
artix authored
-
- 20 Apr, 2018 1 commit
-
-
artix authored
-
- 14 Mar, 2018 1 commit
-
-
antirez authored
-
- 05 May, 2016 2 commits
- 02 May, 2016 1 commit
-
-
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.
-
- 17 Feb, 2016 1 commit
-
-
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.
-
- 18 Dec, 2015 1 commit
-
-
antirez authored
-
- 17 Dec, 2015 1 commit
-
-
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.
-
- 10 Dec, 2015 2 commits
-
-
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.
-
antirez authored
-
- 30 Mar, 2015 1 commit
-
-
antirez authored
-
- 22 Mar, 2015 4 commits
- 22 Jan, 2015 1 commit
-
-
antirez authored
Removes some percentage of timing related failures.
-
- 21 Jan, 2015 2 commits
- 09 Jan, 2015 1 commit
-
-
antirez authored
-
- 08 Oct, 2014 2 commits
- 29 Sep, 2014 3 commits
-
-
Matt Stancliff authored
-
Matt Stancliff authored
-
Matt Stancliff authored
-
- 15 Sep, 2014 2 commits
- 28 Jul, 2014 2 commits
- 25 Jul, 2014 5 commits
- 21 Jul, 2014 2 commits
- 18 Jul, 2014 1 commit
-
-
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.
-
- 18 Jun, 2014 1 commit
-
-
Matt Stancliff authored
-