1. 09 Sep, 2021 1 commit
  2. 18 May, 2021 1 commit
  3. 30 Nov, 2020 1 commit
  4. 10 Jul, 2020 1 commit
  5. 07 Jun, 2018 1 commit
  6. 17 Nov, 2015 1 commit
  7. 25 Aug, 2014 1 commit
    • Jan-Erik Rediger's avatar
      Use correct github url to find commands.json · ef57f94d
      Jan-Erik Rediger authored
      Once this is merged:
        - merge the latest changes to commands.json in antirez/redis-doc
        - re-run: utils/generate-command-help.rb > src/help.h
      
      Then we'll have nice and easy tab-completed help in redis-cli again.
      
      Closes #1909
      ef57f94d
  8. 22 Apr, 2014 1 commit
  9. 03 Apr, 2012 1 commit
  10. 19 Dec, 2010 1 commit
  11. 15 Dec, 2010 1 commit
  12. 28 Nov, 2010 2 commits
  13. 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