Bloom Filter

📄️ BF.ADDLearn how to use Redis BF.ADD command to add an item to the Bloom filter.

📄️ BF.EXISTSLearn how to use Redis BF.EXISTS command to check for the existence of an item in the Bloom filter.

📄️ BF.MADDLearn how to use Redis BF.MADD command to add one or more items to the Bloom filter.

📄️ BF.MEXISTSLearn how to use Redis BF.MEXISTS command to check for the existence of item(s) in the Bloom filter.

📄️ BF.RESERVELearn how to use Redis BF.RESERVE to create a new Bloom filter entry in Dragonfly.