Cacher Redis Backend

JSON →
library 0.0.1 ·javascript abandoned
verified Jun 7, 2026

A small adapter that uses Redis as a pluggable backend for the Cacher HTTP caching library (node-cacher). Version 0.0.1 is the initial release, with no active maintenance or updates since. It wraps node-redis to provide a Redis-based cache store, accepting the same connection options as node-redis.createClient or an existing Redis client instance. Keys are namespaced (default namespace: "cacher"). This package is specific to the now-dormant node-cacher ecosystem and is not recommended for new projects.