1. 28 Nov, 2016 1 commit
    • antirez's avatar
      PSYNC2: Test (WIP). · 16559a02
      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.
      16559a02
  2. 04 Jul, 2016 1 commit
  3. 15 Oct, 2015 1 commit
  4. 05 Aug, 2015 2 commits
  5. 04 Aug, 2015 1 commit
  6. 27 Mar, 2015 1 commit
  7. 13 Mar, 2015 1 commit
  8. 11 Feb, 2015 2 commits
  9. 10 Feb, 2015 1 commit
  10. 04 Feb, 2015 1 commit
  11. 14 Dec, 2014 1 commit
    • Alon Diamant's avatar
      Added <count> parameter to SPOP: · 28802887
      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
      28802887
  12. 24 Nov, 2014 1 commit
  13. 24 Oct, 2014 1 commit
  14. 29 Sep, 2014 2 commits
  15. 16 Sep, 2014 1 commit
    • antirez's avatar
      Better truncated AOF loading tests. · a2c740ea
      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.
      a2c740ea
  16. 08 Sep, 2014 4 commits
  17. 10 Jul, 2014 1 commit
  18. 26 Jun, 2014 3 commits
  19. 23 Jun, 2014 1 commit
  20. 05 Jun, 2014 1 commit
  21. 22 May, 2014 1 commit
  22. 29 Jul, 2013 1 commit
  23. 25 Jun, 2013 3 commits
  24. 19 Jun, 2013 1 commit
  25. 31 May, 2013 1 commit
  26. 30 May, 2013 2 commits
  27. 09 May, 2013 1 commit
  28. 08 May, 2013 2 commits