feathers-redis-cache

JSON →
library 1.2.2 ·javascript
verified Jun 7, 2026

Redis caching hooks for Feathers.js services, version 1.2.2. This package provides before/after hooks to cache API responses in Redis, supporting per-route and group-based cache purging. It is a fork of feathers-hooks-rediscache with simplified API, pagination support, custom cache key generation, and configurable logger. Designed for HTTP endpoints in clustered Feathers applications where in-memory caching would be duplicated across nodes. Release cadence is low; last release was a patch update. Alternatives include feathers-hooks-rediscache (original, less feature-rich).