- 28 Nov, 2016 1 commit
-
-
antirez authored
This is the PSYNC2 test that helped find issues in the code, and that still can show a protocol desync from time to time. Work is in progress in order to find the issue. For now the test is not enabled in "make test" and must be run manually.
-
- 04 Jul, 2016 1 commit
-
-
antirez authored
-
- 15 Oct, 2015 1 commit
-
-
antirez authored
-
- 05 Aug, 2015 2 commits
- 04 Aug, 2015 1 commit
-
-
antirez authored
Thanks to Oran Agra from Redis Labs for providing this patch.
-
- 27 Mar, 2015 1 commit
-
-
antirez authored
-
- 13 Mar, 2015 1 commit
-
-
antirez authored
If count is 0 SADD is called without element arguments, which is currently invalid.
-
- 11 Feb, 2015 2 commits
- 10 Feb, 2015 1 commit
-
-
antirez authored
-
- 04 Feb, 2015 1 commit
-
-
antirez authored
-
- 14 Dec, 2014 1 commit
-
-
Alon Diamant authored
spopCommand() now runs spopWithCountCommand() in case the <count> param is found. Added intsetRandomMembers() to Intset: Copies N random members from the set into inputted 'values' array. Uses either the Knuth or Floyd sample algos depending on ratio count/size. Added setTypeRandomElements() to SET type: Returns a number of random elements from a non empty set. This is a version of setTypeRandomElement() that is modified in order to return multiple entries, using dictGetRandomKeys() and intsetRandomMembers(). Added tests for SPOP with <count>: unit/type/set, unit/scripting, integration/aof -- Cleaned up code a bit to match with required Redis coding style
-
- 24 Nov, 2014 1 commit
-
-
antirez authored
-
- 24 Oct, 2014 1 commit
-
-
antirez authored
-
- 29 Sep, 2014 2 commits
-
-
Matt Stancliff authored
-
Matt Stancliff authored
-
- 16 Sep, 2014 1 commit
-
-
antirez authored
Now there are tests to write more data after loading a truncated AOF, testing that the loaded data is correct, appending more, and testing again.
-
- 08 Sep, 2014 4 commits
-
-
antirez authored
-
antirez authored
When aof-load-truncated option was introduced, with a default of "yes", the past behavior of the server to abort with trunncated AOF changed, so we need to explicitly configure the tests to abort with truncated AOF by setting the option to no.
-
antirez authored
-
antirez authored
-
- 10 Jul, 2014 1 commit
-
-
antirez authored
-
- 26 Jun, 2014 3 commits
- 23 Jun, 2014 1 commit
-
-
antirez authored
-
- 05 Jun, 2014 1 commit
-
-
antirez authored
-
- 22 May, 2014 1 commit
-
-
antirez authored
The bug was triggered by running the test with Valgrind (which is a lot slower and more sensible to timing issues) after the recent changes that made Redis more promptly able to reply with the -LOADING error.
-
- 29 Jul, 2013 1 commit
-
-
antirez authored
-
- 25 Jun, 2013 3 commits
- 19 Jun, 2013 1 commit
-
-
antirez authored
-
- 31 May, 2013 1 commit
-
-
antirez authored
-
- 30 May, 2013 2 commits
- 09 May, 2013 1 commit
-
-
antirez authored
-
- 08 May, 2013 2 commits