nestjs-redis
nestjs-redis copied to clipboard
Is there a way to namespace data with key-prefixing for logical isolation of data in multi tenant environments?
We are running many instances of E2E tests on the same redis instance - and we would like a way to prefix each instance with their own namespace so as to only be concerned with their own data.
Is there any way to accomplish this?