1. 27 Mar, 2015 1 commit
  2. 13 Mar, 2015 1 commit
  3. 02 Mar, 2015 1 commit
  4. 11 Feb, 2015 2 commits
  5. 10 Feb, 2015 1 commit
  6. 04 Feb, 2015 1 commit
  7. 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
  8. 24 Nov, 2014 1 commit
  9. 24 Oct, 2014 1 commit
  10. 29 Sep, 2014 2 commits
  11. 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
  12. 08 Sep, 2014 4 commits
  13. 10 Jul, 2014 1 commit
  14. 26 Jun, 2014 3 commits
  15. 23 Jun, 2014 1 commit
  16. 05 Jun, 2014 1 commit
  17. 22 May, 2014 1 commit
  18. 29 Jul, 2013 1 commit
  19. 25 Jun, 2013 3 commits
  20. 19 Jun, 2013 1 commit
  21. 31 May, 2013 1 commit
  22. 30 May, 2013 2 commits
  23. 09 May, 2013 1 commit
  24. 08 May, 2013 2 commits
  25. 23 Apr, 2013 1 commit
    • antirez's avatar
      Test: fix RDB test checking file permissions. · c4656119
      antirez authored
      When the test is executed using the root account, setting the permission
      to 222 does not work as expected, as root can read files with 222
      permission.
      
      Now we skip the test if root is detected.
      
      This fixes issue #1034 and the duplicated #1040 issue.
      
      Thanks to Jan-Erik Rediger (@badboy on Github) for finding a way to reproduce the issue.
      c4656119
  26. 22 Apr, 2013 1 commit
  27. 13 Mar, 2013 2 commits
  28. 12 Mar, 2013 1 commit