summaryrefslogtreecommitdiff
path: root/utils/generate-command-help.rb
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-11-17 15:38:34 +0100
committerantirez <antirez@gmail.com>2015-11-17 15:40:13 +0100
commit37400954b7a53fda51ff0818e3bc993b96cfaa91 (patch)
tree8d856eee7604c12483ecedd873dbf33fb3670f43 /utils/generate-command-help.rb
parent1236471b7b415c4773b8545e1c658572a211f7da (diff)
downloadredis-37400954b7a53fda51ff0818e3bc993b96cfaa91.tar.gz
Update redis-cli help and the script to generate it.
Diffstat (limited to 'utils/generate-command-help.rb')
-rwxr-xr-xutils/generate-command-help.rb4
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[*