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 2cd6b001da
commit 5cdd475066

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[*