{"library":"cacheman-redis","type":"library","category":null,"description":"Redis standalone caching library for Node.js and cache engine for cacheman. Current stable version is 2.1.0. Provides a simple API for caching with Redis, supporting TTL, connection strings, and client reuse. Designed to work with the cacheman ecosystem but can be used standalone. Uses the `redis` package v2.x as a peer dependency. Release cadence is low; the package is in maintenance mode with infrequent updates.","language":"javascript","status":"maintenance","version":"2.1.0","tags":["javascript","cache","redis","caching","store","ttl","cacheman"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cacheman-redis","imports":["const CachemanRedis = require('cacheman-redis');","const cache = new CachemanRedis({ port: 6379, host: '127.0.0.1', password: 'pw', database: 0 });","const client = require('redis').createClient(); const cache = new CachemanRedis(client);"]},{"cmd":"yarn add cacheman-redis","imports":[]},{"cmd":"pnpm add cacheman-redis","imports":[]}],"homepage":"https://github.com/cayasso/cacheman-redis#readme","github":"git://github.com/cayasso/cacheman-redis","docs":null,"changelog":null,"pypi":null,"npm":"cacheman-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}