generate-command-help.rb updated with new hyperloglog group.

This commit is contained in:
antirez 2014-04-22 16:13:58 +02:00
parent 9caa1ae96a
commit 9eeb03e5f7

View File

@ -11,7 +11,8 @@ GROUPS = [
"transactions", "transactions",
"connection", "connection",
"server", "server",
"scripting" "scripting",
"hyperloglog"
].freeze ].freeze
GROUPS_BY_NAME = Hash[* GROUPS_BY_NAME = Hash[*