microsoft / garnet

Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
9.71k stars 459 forks source link

Add a unified prefix-key by auth user/application in service side to enable multiple applications to share the same garnet service #470

Closed springmin closed 1 week ago

springmin commented 1 week ago

Feature request type

enhancement

Is your feature request related to a problem? Please describe

Garrnet is so high performence ,multiple applications sharing a garnet server is good idea to shudown cost,

Describe the solution you'd like

Extend configuration options and implement default prefixes and configure default prefixes for each authenticated user according to rules based on authenticated users

Describe alternatives you've considered

No response

Additional context

No response

TalZaccai commented 1 week ago

Duplicate of #415