]> git.saurik.com Git - redis.git/commitdiff
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)
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


No differences found