ioredis-cache

JSON →
library 2.0.3 ·javascript
verified Jun 7, 2026

A promise-based caching library built on top of ioredis for Node.js applications. Version 2.0.3 wraps ioredis to provide a compact, memory-efficient caching interface using Redis hashes. Supports standard cache, hash cache, batch operations, TTL expiration, pattern-based deletion, and atomic acquire operations. Ships TypeScript types. Release cadence is low; maintainer activity has been minimal since late 2023. Differentiators: promise-based API, hash map storage for memory efficiency, and built-in `manyCache` to batch uncached keys.