yuvalhvim

Results 7 comments of yuvalhvim

> You could probably wrap your own cache implementation around the Redis implementation which adds the process key before the fqc key... I can't tho. The plugin wraps whatever cache...

I'm all for the change you suggested. But does that mean current versions won't get a fix? 🥺 Maybe add an optional parameter like `shouldAddPrefix` to `Options` which defaults to...

> @yuvalhvim - can you please provide a set of code that shows this issue and also an example of what you believe it should be like? The issue is...

It is redis configuration and not code which makes this happen. For example, say we have a `redis.conf` file containing this: ``` user my_user +@all -@dangerous ~my_user_* on >my_password ```...

I'm using the `{ namespace: 'joe' }` parameter, but it's not enough, as the name of the set keeping track of all the keys to support a `clear` operation has...

It will definitely solve it 😃 Maybe the responsibility for clearing keys should not reside in `keyv` code (tho removing it would be a breaking change, and a bad one...

Sorry, don't know how I missed all of this 😅 I think your solution is good, and would like to know what you have decided 🙂