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.
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?
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.