1. 13 Jan, 2011 1 commit
  2. 09 Dec, 2010 1 commit
  3. 07 Dec, 2010 1 commit
    • Pieter Noordhuis's avatar
      Move logic concerned with zset ranges · 039357e4
      Pieter Noordhuis authored
      This also optimizes ZREVRANGEBYSCORE for pathological cases where a
      sorted set contains many elements with the same score. Previously,
      it would traverse the list from back to front in such a case.
      039357e4
  4. 01 Dec, 2010 1 commit
  5. 30 Nov, 2010 1 commit
  6. 29 Nov, 2010 7 commits
  7. 28 Nov, 2010 2 commits
  8. 26 Nov, 2010 1 commit
  9. 21 Nov, 2010 4 commits
  10. 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
  11. 15 Nov, 2010 1 commit
  12. 12 Nov, 2010 1 commit
  13. 11 Nov, 2010 1 commit
  14. 08 Nov, 2010 6 commits
  15. 05 Nov, 2010 7 commits
  16. 04 Nov, 2010 4 commits