Expeditious Engine Redis
JSON →A Redis storage engine for the expeditious caching library, version 0.1.2. It stores cache entries in a Redis instance, providing a scalable backend for Node.js caching needs. The package is part of the expeditious ecosystem, allowing easy switching between cache engines. It implements the expeditious engine interface with methods like set, get, del, ttl, flush, and keys. Requires Node >= 4.4 and the redis package. Compared to in-memory engines, it enables shared, persistent caching across multiple processes or servers. Development appears to be low activity (few releases) and is used in production but may not be actively maintained.
Resources
packageexpeditious-engine-redis ↗