📄️ BF.ADD
Learn how to use Redis BF.ADD command to add an item to the Bloom filter.
📄️ BF.EXISTS
Learn how to use Redis BF.EXISTS command to check for the existence of an item in the Bloom filter.
📄️ BF.MADD
Learn how to use Redis BF.MADD command to add one or more items to the Bloom filter.
📄️ BF.MEXISTS
Learn how to use Redis BF.MEXISTS command to check for the existence of item(s) in the Bloom filter.
📄️ BF.RESERVE
Learn how to use Redis BF.RESERVE to create a new Bloom filter entry in Dragonfly.