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