Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用户user1,我需要限制user1访问数据库 2。如何使用ACL?用户应该能够访问任何其他数据库。
user1
ACL
ACL 不是为此而设计的,我不建议将 Redis 的逻辑数据库用于多租户 - 只需为每个用户使用不同的 Redis 实例。
也就是说,这样的事情应该有效:
ACL SETUSER user1 ... -@all +select|1