Question: Does Spring Data Redis Support Runtime Multi-Tenancy for Redis Key Prefixing? #3130
Labels
for: stackoverflow
A question that's better suited to stackoverflow.com
status: declined
A suggestion or change that we don't feel we should currently apply
Hi Spring Data Redis Team,
I’m working on a multi-tenant application using Redis, and I need to ensure that Redis keys are prefixed with the tenant context (e.g., tenantA:User:123) to isolate data per tenant. However, I’ve been struggling with managing key prefixing through custom solutions, and it’s proving to be error-prone and difficult to maintain across various Redis operations.
My Question:
I believe this functionality would be very beneficial for multi-tenant applications, and I would appreciate any advice or resources on how to implement this more effectively.
Thank you for your time and assistance!
The text was updated successfully, but these errors were encountered: