Skip to content

Commit

Permalink
Added redis-cli interactive help support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tj committed Nov 16, 2010
1 parent 21dbc64 commit 5397f2b
Show file tree
Hide file tree
Showing 5 changed files with 995 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ install: dummy
$(TARGETS) clean:
cd src && $(MAKE) $@

src/help.h:
@./utils/generate-command-help.rb > $@

dummy:
Loading

0 comments on commit 5397f2b

Please sign in to comment.