1. 14 May, 2012 1 commit
    • antirez's avatar
      Added time.h include in redis-cli. · e9f0419c
      antirez authored
      redis-cli.c uses the time() function to seed the PRNG, but time.h was
      not included. This was not noticed since sys/time.h is included and was
      enough in most systems (but not correct). With Ubuntu 12.04 GCC
      generates a warning that made us aware of the issue.
      e9f0419c
  2. 11 May, 2012 2 commits
  3. 07 May, 2012 1 commit
  4. 24 Apr, 2012 1 commit
  5. 18 Apr, 2012 2 commits
  6. 19 Mar, 2012 1 commit
  7. 29 Feb, 2012 2 commits
  8. 22 Feb, 2012 2 commits
  9. 13 Dec, 2011 1 commit
  10. 28 Oct, 2011 1 commit
  11. 05 Oct, 2011 1 commit
  12. 21 Sep, 2011 1 commit
  13. 15 Sep, 2011 2 commits
  14. 28 May, 2011 4 commits
  15. 21 Apr, 2011 1 commit
  16. 29 Mar, 2011 1 commit
  17. 06 Mar, 2011 4 commits
  18. 23 Dec, 2010 1 commit
  19. 15 Dec, 2010 4 commits
  20. 01 Dec, 2010 1 commit
  21. 29 Nov, 2010 4 commits
  22. 28 Nov, 2010 1 commit
  23. 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