This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new e133653 Add bloomfilter and blmpop in supported-commands.md (#156)
e133653 is described below
commit e133653a32c7bed5338f8cabeb95c0561605a3ac
Author: Twice <[email protected]>
AuthorDate: Sat Sep 23 00:56:58 2023 +0900
Add bloomfilter and blmpop in supported-commands.md (#156)
---
docs/supported-commands.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index fc8c411..3bf3c6d 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -75,6 +75,7 @@
| blmove | √ |
|
| lpos | √ |
|
| lmpop | √ |
|
+| blmpop | √ |
|
## Set commands
@@ -303,6 +304,19 @@ The db size is updated async after execute `dbsize scan`
command.
| xreadgroup | X | |
| xsetid | √ | |
+## BloomFilter commands
+
+| Command | Supported OR Not | Desc |
+|------------|------------------|-------------|
+| BF.RESERVE | √ | |
+| BF.ADD | √ | |
+| BF.EXISTS | √ | |
+| BF.CARD | √ | |
+| BF.INFO | √ | |
+| BF.MADD | √ | |
+| BF.INSERT | √ | |
+| BF.MEXIST | √ | |
+
## Hyperloglog commands
[Not supported yet](https://redis.io/commands/?group=hyperloglog).