简体   繁体   中英

Is key prefixing enough to satisfy multi-tenancy

One of the solutions for multi-tenancy (eg multiple apps accessing the same Redis database while providing isolation from each other) is to implement key prefixing .

However, would it satisfy isolation for

  • Query operations
  • and search

As such any query (and search) from one application would not leak to the other application data.

Try ACL in Redis 6.0, support limit of keys and operations for multi-tenancy. https://redis.io/topics/acl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM