Adds the "bitmap" category to redis-cli help(#9474)

This commit is contained in:
Itamar Haber 2021-09-09 10:16:30 +03:00 committed by GitHub
parent 7a0e668560
commit 7c80a65484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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