1. 16 11月, 2010 1 次提交
    • T
      Added redis-cli interactive help support · 5397f2b5
      Tj Holowaychuk 提交于
      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