apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.6k stars 469 forks source link

Support for Redis ACL #2415

Open PragmaTwice opened 4 months ago

PragmaTwice commented 4 months ago

Search before asking

Motivation

https://redis.io/docs/latest/operate/oss_and_stack/management/security/acl/

Redis supports more precise and fine-grained access control through ACL. We can discuss to what extent Kvrocks can support this.

Solution

Due to unique features such as namespace in Kvrocks, we need to consider how to better ensure compatibility.

Please propose your solution before submitting a PR.

Are you willing to submit a PR?

Yangsx-1 commented 1 month ago

I'll try to do this when available.