This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit b59af4689107d547014f0e68e07e70860b48ca7d Author: Twice <[email protected]> AuthorDate: Sat Sep 23 00:09:36 2023 +0900 Add bloomfilter and blmpop in supported-commands.md --- 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).
