diff options
author | antirez <antirez@gmail.com> | 2015-11-17 15:38:34 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-11-17 15:38:34 +0100 |
commit | f3dd472e978d8db7b4ce368bd295fd8fc3af7c0c (patch) | |
tree | 4c010d4c120f4693acb24bbf5eaf6210bcd3dcfd /utils/generate-command-help.rb | |
parent | 0cb66fa156943dbae32a0ad86241a6e201f80fec (diff) | |
download | redis-f3dd472e978d8db7b4ce368bd295fd8fc3af7c0c.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[* |