RedisBloom bf
commands (10/10 implemented)¶
BF.RESERVE¶
Creates a new Bloom Filter
BF.ADD¶
Adds an item to a Bloom Filter
BF.MADD¶
Adds one or more items to a Bloom Filter. A filter will be created if it does not exist
BF.INSERT¶
Adds one or more items to a Bloom Filter. A filter will be created if it does not exist
BF.EXISTS¶
Checks whether an item exists in a Bloom Filter
BF.MEXISTS¶
Checks whether one or more items exist in a Bloom Filter
BF.SCANDUMP¶
Begins an incremental save of the bloom filter
BF.LOADCHUNK¶
Restores a filter previously saved using SCANDUMP
BF.INFO¶
Returns information about a Bloom Filter
BF.CARD¶
Returns the cardinality of a Bloom filter