summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-04-22 16:13:58 +0200
committerantirez <antirez@gmail.com>2014-04-22 16:14:59 +0200
commit25f72e9e0d4c6f8a4131974a084281e1bb27c554 (patch)
tree410591e4871ed2d71499585c256afc7a3a0b698c
parentaff94a706e89be007f70717742302b9f529eb4f2 (diff)
downloadredis-25f72e9e0d4c6f8a4131974a084281e1bb27c554.tar.gz
generate-command-help.rb updated with new hyperloglog group.
-rwxr-xr-xutils/generate-command-help.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb
index f6ca8874b..47fbc645c 100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
@@ -11,7 +11,8 @@ GROUPS = [
"transactions",
"connection",
"server",
- "scripting"
+ "scripting",
+ "hyperloglog"
].freeze
GROUPS_BY_NAME = Hash[*