redis-cache

JSON →
library 0.2.1 ·javascript deprecated
verified Jun 7, 2026

A simple short-term caching module for Redis that stores and retrieves data by keys. At version 0.2.1, it provides basic set, get, and delete operations with TTL support. Differentiates from other Redis caching libraries by its minimalistic design and simplicity, but lacks advanced features like caching strategies or invalidation patterns. The library is relatively inactive with limited updates and community support, making it suitable only for very basic caching needs.