Add the stream group to the script generating the help.

This commit is contained in:
antirez 2018-06-07 18:52:01 +02:00
parent 10a88d5c86
commit 8fe34cec06

View File

@ -14,7 +14,8 @@ GROUPS = [
"scripting", "scripting",
"hyperloglog", "hyperloglog",
"cluster", "cluster",
"geo" "geo",
"stream"
].freeze ].freeze
GROUPS_BY_NAME = Hash[* GROUPS_BY_NAME = Hash[*