]> git.saurik.com Git - redis.git/commit
Added redis-cli interactive help support
authorTj Holowaychuk <tj@vision-media.ca>
Tue, 16 Nov 2010 13:50:26 +0000 (05:50 -0800)
committerTj Holowaychuk <tj@vision-media.ca>
Tue, 16 Nov 2010 13:50:26 +0000 (05:50 -0800)
commit5397f2b596b5189edbed3e45a42d18f3c99341d6
tree5ba4c22eca292970e1a693f8b019aec982ab920d
parent21dbc6499a538af07f52a41742cf1683f3fc9c23
Added redis-cli interactive help support

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
Makefile
src/help.h [new file with mode: 0644]
src/redis-cli.c
utils/generate-command-help.rb [new file with mode: 0755]
utils/help.h [new file with mode: 0644]