cacheman
cacheman copied to clipboard
Small and efficient cache provider for Node.JS with In-memory, File, Redis and MongoDB engines
MS dependecy is vulnerable and must be update. Is this project still alive? See this>> https://snyk.io//test/github/cayasso/cacheman?targetFile=package.json
This PR is the fixing for #50 .
I'd like to be able to use multiple engines for the same query: - fetch from memory if found - otherwise fetch from Redis - otherwise fetch from MongoDB -...
Hello @cayasso , I'm using your project in some of mines, and it seems this repo is not updated from start of 2018, some issues are open withtout answers, and...
Related https://github.com/boblauer/cachegoose/issues/47
1. Is it okay (reliable) to set TTL to as large as '12h' or '1d'? 2. What is the longest recommended TTL value?
sometimes the lookup of a value will also yield its expiration time. It would be nice that the callback of the work function allows for a third `ttl` param, for...
Fixes #44
https://github.com/cayasso/cacheman/blob/0ca16cde147c49c6ce504c04396ea06d75ff38ba/lib/index.js#L111 This overrides any `count` supplied in `options` with a value of 1000
any plan to add typescript @types support ?