1. 30 Apr, 2020 1 commit
  2. 17 Oct, 2018 1 commit
  3. 27 Jun, 2018 1 commit
  4. 07 Jun, 2018 1 commit
  5. 14 Jun, 2016 1 commit
  6. 13 Apr, 2016 1 commit
  7. 17 Nov, 2015 1 commit
  8. 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
  9. 22 Apr, 2014 1 commit
  10. 14 May, 2013 1 commit
  11. 30 Oct, 2012 1 commit
  12. 27 Apr, 2012 1 commit
  13. 03 Apr, 2012 1 commit
  14. 19 Dec, 2010 1 commit
  15. 15 Dec, 2010 1 commit
  16. 28 Nov, 2010 2 commits
  17. 16 Nov, 2010 1 commit
    • Tj Holowaychuk's avatar
      Added redis-cli interactive help support · 5397f2b5
      Tj Holowaychuk authored
      updated via commands.json in redis-doc repo. Currently
      use `make src/help.h` to re-generate. The following
      are valid from the REPL:
      
        help
        help [command]
        help [group]
        help groups
      
      ex:
      
        help sort
        help hash
      5397f2b5