abstract-cache-redis

JSON →
library 2.0.0 ·javascript
verified Jun 7, 2026

An abstract-cache compliant Redis client that implements the await-style protocol. Version 2.0.0 wraps ioredis and provides methods like keys, scan, scanStream, disconnect, and quit on top of the standard abstract-cache API. It connects to localhost:6379 by default or accepts a pre-connected ioredis client. The package is feature-complete and sees low maintenance cadence; it is best used with abstract-cache to swap between different cache backends.