cachified-redis-adapter

JSON →
library 2.0.2 ·javascript
verified Jun 7, 2026

cachified-redis-adapter is a Redis cache adapter for @epic-web/cachified, extracted into its own package to avoid breaking changes in the core library. Current stable version is 2.0.2, requiring Node >=16 and @epic-web/cachified ^5.0.0. It ships TypeScript types and is maintained by the community. Unlike the bundled adapters in older cachified versions, this package allows independent versioning. It provides a simple redisCacheAdapter function that wraps a Redis client. For JSON data, consider the companion cachified-redis-json-adapter.