node-fetch-cache
node-fetch-cache copied to clipboard
Node-fetch with built-in response caching.
Please see if this is problem that can be solved in node-fetch-cache: - https://github.com/oven-sh/bun/issues/8487 or where in the code the mismatch happens? in what project the fix needs to happen?
It seems like with a FileSystemCache, expired caches are still perisisted on disk unless the cache key is overwritten by a fresher value? is this by design? or would it...
Hello there, Is that possible to use native fetch api if available instead of node-fetch?
Hi Are there any plans to extend this support a redis plugin? Thanks
Been using node-fetch-cache and big fan, but a few pieces of feedback. I'll file them as separate PRs from what we've run into. Thanks for consideration! It would be nice...
Could you please options for LRU cache with maximum threshold size options ? Normally i set the cache directory with a maximum size. Auto eviction is built-in with LRU ,...
* Update to use node-fetch v3 * Switch out ts-node for tsx * Increase TS compilation target
(node:84849) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. This is caused by node-fetch 2.* Solution is to upgrade to latest node-fetch^3
This may eventually address #31.