summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorItamar Haber <itamar@garantiadata.com>2021-09-09 10:16:30 +0300
committerGitHub <noreply@github.com>2021-09-09 10:16:30 +0300
commit7c80a65484b31f397426189620bc32e68e8fd842 (patch)
tree6b4c053d97e4412366abb7480e07a937cc4f1663 /utils
parent7a0e66856091be4ac2d33636cdb7e22f23fb25a3 (diff)
downloadredis-7c80a65484b31f397426189620bc32e68e8fd842.tar.gz
Adds the "bitmap" category to redis-cli help(#9474)
Diffstat (limited to 'utils')
-rwxr-xr-xutils/generate-command-help.rb3
1 files changed, 2 insertions, 1 deletions
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[*