diff options
author | antirez <antirez@gmail.com> | 2018-06-07 18:52:01 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2018-06-07 18:52:01 +0200 |
commit | b2fc2eaecb85b34a12c2b6a4db91fa5fc466870b (patch) | |
tree | 2f7b9e2cdf00392cc721fde1968271e128ab361e /utils | |
parent | f847dd3ad8aac54f1f5b2919da3b27155926d343 (diff) | |
download | redis-b2fc2eaecb85b34a12c2b6a4db91fa5fc466870b.tar.gz |
Add the stream group to the script generating the help.
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/generate-command-help.rb | 3 |
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[* |