Gottox / mongoose-cache

Caches Database querys the easy way. This module is currently not developed. Nevertheless, I will apply patches.
MIT License
36 stars 23 forks source link

Caching does not respect Model, thus unusable #3

Closed kimar closed 10 years ago

kimar commented 10 years ago

With commit https://github.com/Gottox/mongoose-cache/commit/0676685fb8ac3502ab6c03b41e7fd15c6a31a25b there has been introduced a fatal bug which leads to queries over different models returning the cached results as the model is not respected when saving a query.

ellman commented 10 years ago

see pull request #4

Gottox commented 10 years ago

Thanks, applied :)