redis-memoizer

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

An asynchronous function memoizer for Node.js using Redis as a shared cache store, with configurable TTL. Version 1.0.2 (stable) works with promises and async/await on Node 8+. It provides a drop-in caching layer for heavy async functions, with cache shared across processes via Redis. Differentiators: network-available cache, TTL-based expiration, and support for both async/await and promises. Compared to other memoizers, it uses an external Redis store, making it suitable for distributed systems.