diff options
author | antirez <antirez@gmail.com> | 2015-11-17 15:38:34 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-11-17 15:40:13 +0100 |
commit | 37400954b7a53fda51ff0818e3bc993b96cfaa91 (patch) | |
tree | 8d856eee7604c12483ecedd873dbf33fb3670f43 /utils/generate-command-help.rb | |
parent | 1236471b7b415c4773b8545e1c658572a211f7da (diff) | |
download | redis-37400954b7a53fda51ff0818e3bc993b96cfaa91.tar.gz |
Update redis-cli help and the script to generate it.
Diffstat (limited to 'utils/generate-command-help.rb')
-rwxr-xr-x | utils/generate-command-help.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb index 068953198..f3dfb31b3 100755 --- a/utils/generate-command-help.rb +++ b/utils/generate-command-help.rb @@ -12,7 +12,9 @@ GROUPS = [ "connection", "server", "scripting", - "hyperloglog" + "hyperloglog", + "cluster", + "geo" ].freeze GROUPS_BY_NAME = Hash[* |