TypeORM Cache Provider (Keyv)

JSON →
library 1.1.3 ·javascript maintenance
verified Jun 7, 2026

A TypeORM cache provider backed by keyv, enabling pluggable cache storage (memory, Redis, MongoDB, etc.) for TypeORM v0.2.x. Version 1.1.3 is the latest stable release; the package is mature with no frequent updates. Unlike built-in TypeORM cache (only supports redis or ioredis), this library leverages keyv's adapter ecosystem, supporting multiple backends with a unified API. Ships TypeScript definitions and requires keyv v4 and TypeORM v0.2 as peer dependencies.