1. 04 Jul, 2016 1 commit
  2. 15 Oct, 2015 1 commit
  3. 05 Aug, 2015 2 commits
  4. 04 Aug, 2015 1 commit
  5. 27 Mar, 2015 1 commit
  6. 13 Mar, 2015 1 commit
  7. 11 Feb, 2015 2 commits
  8. 10 Feb, 2015 1 commit
  9. 04 Feb, 2015 1 commit
  10. 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
  11. 24 Nov, 2014 1 commit
  12. 24 Oct, 2014 1 commit
  13. 29 Sep, 2014 2 commits
  14. 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
  15. 08 Sep, 2014 4 commits
  16. 10 Jul, 2014 1 commit
  17. 26 Jun, 2014 3 commits
  18. 23 Jun, 2014 1 commit
  19. 05 Jun, 2014 1 commit
  20. 22 May, 2014 1 commit
  21. 29 Jul, 2013 1 commit
  22. 25 Jun, 2013 3 commits
  23. 19 Jun, 2013 1 commit
  24. 31 May, 2013 1 commit
  25. 30 May, 2013 2 commits
  26. 09 May, 2013 1 commit
  27. 08 May, 2013 2 commits
  28. 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