From: Tj Holowaychuk Date: Tue, 16 Nov 2010 13:50:26 +0000 (-0800) Subject: Added redis-cli interactive help support X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/5397f2b596b5189edbed3e45a42d18f3c99341d6?hp=5397f2b596b5189edbed3e45a42d18f3c99341d6 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 ---