summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-11-17 15:38:34 +0100
committerantirez <antirez@gmail.com>2015-11-17 15:38:34 +0100
commitf3dd472e978d8db7b4ce368bd295fd8fc3af7c0c (patch)
tree4c010d4c120f4693acb24bbf5eaf6210bcd3dcfd /utils
parent0cb66fa156943dbae32a0ad86241a6e201f80fec (diff)
downloadredis-f3dd472e978d8db7b4ce368bd295fd8fc3af7c0c.tar.gz
Update redis-cli help and the script to generate it.
Diffstat (limited to 'utils')
-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[*