valkey-io / valkey-bloom

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

Support for ACL Categories for BF.* commands #11

Open KarthikSubbarao opened 2 weeks ago

KarthikSubbarao commented 2 weeks ago

BF.* commands should have a new "@bloom" ACL Category such that clients authenticated as a user with "@bloom" permissions can execute these commands.

This can be implemented using the valkey-module-rs SDK changes implemented from this issue: https://github.com/valkey-io/valkeymodule-rs/issues/96

zackcam commented 1 week ago

Hi - I'd like to start working on this in conjunction with valkey-io/valkeymodule-rs#96, can this be assigned to me as well.