From 7c80a65484b31f397426189620bc32e68e8fd842 Mon Sep 17 00:00:00 2001 From: Itamar Haber Date: Thu, 9 Sep 2021 10:16:30 +0300 Subject: [PATCH] Adds the "bitmap" category to redis-cli help(#9474) --- utils/generate-command-help.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/generate-command-help.rb b/utils/generate-command-help.rb index 6b9a618d5..003a593bd 100755 --- a/utils/generate-command-help.rb +++ b/utils/generate-command-help.rb @@ -15,7 +15,8 @@ GROUPS = [ "hyperloglog", "cluster", "geo", - "stream" + "stream", + "bitmap" ].freeze GROUPS_BY_NAME = Hash[*