1. 23 Dec, 2014 1 commit
    • antirez's avatar
      INFO loading stats: three fixes. · 840435ad
      antirez authored
      1. Server unxtime may remain not updated while loading AOF, so ETA is
      not updated correctly.
      
      2. Number of processed byte was not initialized.
      
      3. Possible division by zero condition (likely cause of issue #1932).
      840435ad
  2. 22 Dec, 2014 1 commit
  3. 21 Dec, 2014 2 commits
  4. 19 Dec, 2014 1 commit
  5. 18 Dec, 2014 2 commits
  6. 17 Dec, 2014 8 commits
  7. 16 Dec, 2014 1 commit
  8. 15 Dec, 2014 1 commit
  9. 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
  10. 13 Dec, 2014 3 commits
  11. 12 Dec, 2014 5 commits
  12. 11 Dec, 2014 14 commits