mongoose-cachebox
mongoose-cachebox copied to clipboard
Cache mongoose queries in memory, redis or use your own driver
From the looks of it, this only covers find() queries. Could this be expanded to also cover findOne() and the Model.prototype.findById functions? That was repeat requests for the same data...
Bumps [debug](https://github.com/visionmedia/debug) from 0.7.4 to 4.1.1. Release notes *Sourced from [debug's releases](https://github.com/visionmedia/debug/releases).* > ## 4.1.1 > This backport fixes a bug in coveralls configuration as well as the `.extend()` function....
In Mongoose 3.8.x, it appears that `Query::bind()` is not being called automatically at the time of query creation. As a result, when I make a call to `query.cache()`, no `Cache`...
Hi, Maybe it's just me but doesn't it seem obvious to add storing the cache in MongoDB also? Thanks.