{"library":"abstract-cache-redis","type":"library","category":null,"description":"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.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","abstract-cache","cache","redis"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install abstract-cache-redis","imports":["const client = require('abstract-cache-redis')({ ioredis: {} })","const cache = require('abstract-cache-redis')","client.set('key', 'value', 1000).then(() => client.has('key'))"]},{"cmd":"yarn add abstract-cache-redis","imports":[]},{"cmd":"pnpm add abstract-cache-redis","imports":[]}],"homepage":"https://github.com/jsumners/abstract-cache-redis#readme","github":"ssh://git@github.com/jsumners/abstract-cache-redis","docs":null,"changelog":null,"pypi":null,"npm":"abstract-cache-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}