redis-cache-client

JSON →
library 1.0.1 ·javascript
verified Jun 7, 2026

A lightweight abstraction layer for node-redis that simplifies caching with automatic key prefixing, TTL support, and cache purging. Current stable version is 1.0.1. This package wraps the popular redis client to provide a clean API for set, get, and purge operations without exposing raw redis commands. It uses a minimalistic design with no external dependencies beyond node-redis, ideal for applications needing a simple caching helper rather than a full-featured cache library.