{"library":"cacher-redis","type":"library","category":null,"description":"A small adapter that uses Redis as a pluggable backend for the Cacher HTTP caching library (node-cacher). Version 0.0.1 is the initial release, with no active maintenance or updates since. It wraps node-redis to provide a Redis-based cache store, accepting the same connection options as node-redis.createClient or an existing Redis client instance. Keys are namespaced (default namespace: \"cacher\"). This package is specific to the now-dormant node-cacher ecosystem and is not recommended for new projects.","language":"javascript","status":"abandoned","version":"0.0.1","tags":["javascript","cacher","redis","http-caching"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install cacher-redis","imports":["const CacherRedis = require('cacher-redis')","const redisClient = require('redis').createClient(); const CacherRedis = require('cacher-redis'); const backend = new CacherRedis(redisClient)","const backend = new CacherRedis('localhost', 6379, { namespace: 'myapp' })"]},{"cmd":"yarn add cacher-redis","imports":[]},{"cmd":"pnpm add cacher-redis","imports":[]}],"homepage":"git://github.com/addisonj/cacher-redis","github":"git://github.com/addisonj/cacher-redis","docs":null,"changelog":null,"pypi":null,"npm":"cacher-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}