Martin Janeček
Martin Janeček
Thank you for the example. Allow me a small correction: With soft timeout set to `'0ms'` it throws that it is not a valid duration. ``` Error: Invalid duration expression...
Hello! The package would definitely use some love. Unfortunately I'm quite busy with work, and none of my current projects use cache persist, so this has a lower priority to...
Hi! Thank you for the PR. I'm a bit busy at the moment, but I'll try to get this sorted in the coming days/weeks.
I got stuck on this too for few hours. Looking at issues in the bullmq repo I found this related discussion: https://github.com/taskforcesh/bullmq/issues/2686 Thanks to the comments there I found that...
Super happy to see this issue. Allow me to propose a mechanism that I believe is universal for any kind o production system: https://github.com/mcollina/async-cache-dedupe#invalidation. It's actually quite similar to the...
Beautiful 😍 I believe that solves my last trouble with the library, and would make bentocache the ultimate caching library for production-grade node apps! In fact, such API should be...