mongoose-redis-caching

JSON →
library 1.13.2 ·javascript
verified Jun 7, 2026

A Mongoose plugin that adds Redis caching to Mongoose queries. Version 1.13.2 is the latest stable release. It provides a `.cache()` chainable method on query results, with optional TTL in seconds (default 60). Works by wrapping Mongoose's `exec` method and caching query results in Redis. Differs from other caching libraries by its simplicity and direct integration with Mongoose without additional configuration.