Julien Ripouteau

Results 124 comments of Julien Ripouteau

Yeah, actually today it's something that's already possible by using soft timeouts and grace periods: ```ts bento.getOrSet({ key: 'foo', factory: async () => return [], ttl: '4s', timeouts: { soft:...

`earlyExpiration` is a bit different: - We cache the `foo` entry for 10 minutes. - At +15 minutes, a user requests the `foo` entry. It's not in the cache anymore,...

Planning to release a 1.0.0 In the next version SWR-like strategy will be super easy and enabled by default since this is what most users want and expect, I guess...

might need to add a note in the doc specifying >[v5.82.0](https://github.com/TanStack/query/releases/tag/v5.82.0) is required https://github.com/TanStack/query/pull/8960

Thanks a lot! I will need a bit of time to review it and see if we can improve things Anyway thanks a lot, great feature to have!!

Alright, took some time to go through the code and I'll be honest, it's a bit overwhelming. Not your fault, I know it's pretty tricky to get clean Drizzle integrations....

Hey! Indeed, looks like a bug. Happy to accept a PR for the same Thankss

Yup absolutely, I should have included it in my first comment. In fact, the tags will be compatible with the [adaptive caching](https://bentocache.dev/docs/adaptive-caching) system we have today. So : ```ts const...

I merged PR #57, which adds experimental support for tags 🎉 Experimental, because the feature is pretty complex. So I would really like to have some feedbacks and use it...

1.2.0 released with docs Release notes : https://github.com/Julien-R44/bentocache/releases/tag/bentocache%401.2.0 Docs : https://bentocache.dev/docs/tagging If you encounter any bugs with tagging or have any feedback, please let me know!