{"library":"expeditious-engine-redis","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"0.1.2","tags":["javascript","expeditious","engine","cache","redis","express-expeditious","express"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install expeditious-engine-redis","imports":["const engineFactory = require('expeditious-engine-redis'); const engine = engineFactory({redis: {host: 'localhost', port: 6379}});","const expeditious = require('expeditious');","const engineFactory = require('expeditious-engine-redis');"]},{"cmd":"yarn add expeditious-engine-redis","imports":[]},{"cmd":"pnpm add expeditious-engine-redis","imports":[]}],"homepage":"https://github.com/evanshortiss/expeditious-engine-redis#readme","github":"https://github.com/evanshortiss/expeditious-engine-redis","docs":null,"changelog":null,"pypi":null,"npm":"expeditious-engine-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}