Skip to content

RedisBloom cf commands (12/12 implemented)

CF.ADD

Adds an item to a Cuckoo Filter

CF.ADDNX

Adds an item to a Cuckoo Filter if the item did not exist previously.

CF.COUNT

Return the number of times an item might be in a Cuckoo Filter

CF.DEL

Deletes an item from a Cuckoo Filter

CF.EXISTS

Checks whether one or more items exist in a Cuckoo Filter

CF.INFO

Returns information about a Cuckoo Filter

CF.INSERT

Adds one or more items to a Cuckoo Filter. A filter will be created if it does not exist

CF.INSERTNX

Adds one or more items to a Cuckoo Filter if the items did not exist previously. A filter will be created if it does not exist

CF.LOADCHUNK

Restores a filter previously saved using SCANDUMP

CF.MEXISTS

Checks whether one or more items exist in a Cuckoo Filter

CF.RESERVE

Creates a new Cuckoo Filter

CF.SCANDUMP

Begins an incremental save of the bloom filter