summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-06-07 18:52:01 +0200
committerantirez <antirez@gmail.com>2018-06-07 18:52:01 +0200
commitb2fc2eaecb85b34a12c2b6a4db91fa5fc466870b (patch)
tree2f7b9e2cdf00392cc721fde1968271e128ab361e /utils
parentf847dd3ad8aac54f1f5b2919da3b27155926d343 (diff)
downloadredis-b2fc2eaecb85b34a12c2b6a4db91fa5fc466870b.tar.gz
Add the stream group to the script generating the help.
Diffstat (limited to 'utils')
-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 f3dfb31b3..29acef69d 100755
--- a/utils/generate-command-help.rb
+++ b/utils/generate-command-help.rb
@@ -14,7 +14,8 @@ GROUPS = [
"scripting",
"hyperloglog",
"cluster",
- "geo"
+ "geo",
+ "stream"
].freeze
GROUPS_BY_NAME = Hash[*