Skip to content

Commit

Permalink
Add bloomfilter and blmpop in supported-commands.md (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Sep 22, 2023
1 parent 0194a70 commit e133653
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/supported-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
| blmove || |
| lpos || |
| lmpop || |
| blmpop || |

## Set commands

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit e133653

Please sign in to comment.