From b59af4689107d547014f0e68e07e70860b48ca7d Mon Sep 17 00:00:00 2001 From: Twice Date: Sat, 23 Sep 2023 00:09:36 +0900 Subject: [PATCH] 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 fc8c411b..3bf3c6dd 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).