cache-list

JSON →
library 0.1.9 ·javascript
verified Jun 7, 2026

A simple caching library for Node.js with both in-memory (MemoryCache) and Redis (RedisCache) backends. Version 0.1.9 supports features like default TTL, key prefixing, serialization toggle, atomic add, multi-get/set, and flush. It ships TypeScript types and provides a clean API similar to Yii2 caching. Release cadence is low; the package appears stable but not actively maintained. Compared to node-cache or node-cache-manager, it offers a unified interface for memory and Redis with minimal configuration.