BF.RESERVE Cuckoo Filters

Format:

BF.RESERVE {key} {error_rate} {capacity}
Creates an empty Bloom Filter with a given desired error ratio and initial capacity. This command is useful if you intend to add many items to a Bloom Filter, otherwise you can just use BF.ADD to add items. It will also create a Bloom Filter for you if one doesn't already exist.

[https://oss.redislabs.com/redisbloom/Bloom_Commands/](https://oss.redislabs.com/redisbloom/Bloom_Commands/)

Hello Cipriano,

Is there a question with which you need help?