mysql-cache-redis

JSON →
library 0.0.8 ·javascript
verified Jun 5, 2026

A Node.js MySQL caching framework backed by Redis. Version 0.0.8 automatically caches SQL query results in Redis (database 0) with configurable TTL and lazy expiration. On data mutations, it invalidates cached tables. Requires mysql and redis packages as peer dependencies. Suitable for read-heavy workloads, but has limited documentation and appears in early development stages. Unlike more mature solutions (e.g., catbox), it provides an automatic but opaque caching strategy keyed by SQL strings.