valkey-io / valkey-bloom

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

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

Closed KarthikSubbarao closed 1 week ago

KarthikSubbarao commented 2 weeks 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.