valkey-io / valkey-bloom

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

Add Integration Testing for correctness of scaling and non scaling filters and other core functionality validation #15

Closed KarthikSubbarao closed 1 month ago

KarthikSubbarao commented 1 month ago

PR to add integration tests for validating the correctness of bloom filters (scaling and non scaling) and also testing other core Valkey operations on bloom module objects.