jaredwray / cache-manager

Cache module for Node.JS
MIT License
1.4k stars 152 forks source link

Del with using keyPrefix doesn't work as expected #709

Closed anotheri closed 1 month ago

anotheri commented 1 month ago

Describe the bug There is no way to easily invalidate prefixed key

How To Reproduce (best to provide workable code or tests!)

I can not see any way to get prefix from store. Is there any appropriate way to handle this scenario?

jaredwray commented 1 month ago

This should be resolved now.