nestjs-redis icon indicating copy to clipboard operation
nestjs-redis copied to clipboard

Is there a way to namespace data with key-prefixing for logical isolation of data in multi tenant environments?

Open joachimbulow opened this issue 1 year ago • 1 comments

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?

joachimbulow avatar Nov 01 '23 14:11 joachimbulow

image

z2864610310 avatar Nov 08 '23 11:11 z2864610310