node-stow icon indicating copy to clipboard operation
node-stow copied to clipboard

Node.js caching layer with flexible invalidation based around 'tags'.

Results 7 node-stow issues
Sort by recently updated
recently updated
newest added

I created this by just pasting in the whole file and asking: ``` Given the following code, how would you make it better? ``` The reply was: ``` Here are...

Hey! Awesome lib. We made a few tweaks to get this working on more modern versions of node. Build is happily passing: https://travis-ci.org/QulinaryOrg/node-stow

Hi there, When I try to use the MongoBackend for a cache, I get the following error message: ``` message: the update operation document must contain atomic operators. stack: -...

Hello, great lib you've got there 😃 Is there a way to do a batch get of cached items? My use case is as follows: I cache items by their...