Update redis-cli help and the script to generate it.

This commit is contained in:
antirez
2015-11-17 15:38:34 +01:00
parent 1236471b7b
commit 37400954b7
2 changed files with 183 additions and 9 deletions

View File

@ -12,7 +12,9 @@ GROUPS = [
"connection",
"server",
"scripting",
"hyperloglog"
"hyperloglog",
"cluster",
"geo"
].freeze
GROUPS_BY_NAME = Hash[*