1. 02 Jan, 2015 1 commit
  2. 23 Dec, 2014 16 commits
  3. 22 Dec, 2014 1 commit
  4. 21 Dec, 2014 2 commits
  5. 20 Dec, 2014 1 commit
  6. 19 Dec, 2014 1 commit
  7. 18 Dec, 2014 2 commits
  8. 17 Dec, 2014 8 commits
  9. 16 Dec, 2014 1 commit
  10. 15 Dec, 2014 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. 13 Dec, 2014 3 commits
  13. 12 Dec, 2014 2 commits