{"library":"redis-cache-client","type":"library","category":null,"description":"A lightweight abstraction layer for node-redis that simplifies caching with automatic key prefixing, TTL support, and cache purging. Current stable version is 1.0.1. This package wraps the popular redis client to provide a clean API for set, get, and purge operations without exposing raw redis commands. It uses a minimalistic design with no external dependencies beyond node-redis, ideal for applications needing a simple caching helper rather than a full-featured cache library.","language":"javascript","status":"active","version":"1.0.1","tags":["javascript","redis","cache"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redis-cache-client","imports":["var CacheClient = require('redis-cache-client');","var redis = require('redis'); var cache = CacheClient({ client: redis.createClient() });","cache.get('key', callback);","cache.purge(callback);"]},{"cmd":"yarn add redis-cache-client","imports":[]},{"cmd":"pnpm add redis-cache-client","imports":[]}],"homepage":"https://github.com/eiriklv/redis-cache-client","github":"git://github.com/eiriklv/redis-cache-client","docs":null,"changelog":null,"pypi":null,"npm":"redis-cache-client","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}