valkey-io / valkey-bloom

Rust based Valkey Module which provides a BloomFilter data type / APIs
10 stars 9 forks source link

Support for false positive rate config #10

Open KarthikSubbarao opened 1 month ago

KarthikSubbarao commented 1 month ago

In valkey-bloom, we want to support a configuration that can set the default false positive rate. With this, operations such as "BF.ADD" or "BF.MADD" which perform new bloom object creates will use the updated false positive error rate during creation.

adityamohan93 commented 1 month ago

Thanks Karthik and team for adding bloom filter functionality. My team is planning to transition from AWS Redis to Valkey and wondering when will this bloom filter module be available under AWS ElastiCache?