{"library":"simple-redis-cache","type":"library","category":null,"description":"Simple Redis caching library for Node.js with connection pooling via generic-pool. Version 1.6.1 is the latest stable release as of 2025. It provides a straightforward key-value cache backed by Redis with configurable options for Redis connection, pool settings, serialization, logging, and expiration. Features both sync and async APIs, semaphore-based locking for distributed concurrency, and built-in statistics. It supports Node >=4 and uses ES6 features. Release cadence is low; the package appears to be in maintenance mode with infrequent updates.","language":"javascript","status":"maintenance","version":"1.6.1","tags":["javascript","redis","cache","store","connection","pool","node-pool","generic-pool","connection pooling"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install simple-redis-cache","imports":["const RedisCache = require('simple-redis-cache')","const cache = new RedisCache({ redisOptions: { host: 'localhost', port: 6379 } })","cache.set('key', 'value'); cache.get('key').then(val => console.log(val))"]},{"cmd":"yarn add simple-redis-cache","imports":[]},{"cmd":"pnpm add simple-redis-cache","imports":[]}],"homepage":"https://github.com/pasupulaphani/simple-redis-cache#readme","github":"ssh://git@github.com/pasupulaphani/simple-redis-cache","docs":null,"changelog":null,"pypi":null,"npm":"simple-redis-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}