{"library":"pool-redis","type":"library","category":null,"description":"A lightweight Node.js module for pooling Redis connections, built on top of the node_redis client. Version 0.1.2 is the latest stable release, but the package appears abandoned (no updates since 2014). It provides a simple API to manage a pool of Redis clients with configurable host, port, password, and max connections. Unlike modern alternatives like ioredis with built-in connection management, pool-redis requires manual release of clients via a callback pattern. It exposes methods like getClient(), release(), close(), and closeAll().","language":"javascript","status":"abandoned","version":"0.1.2","tags":["javascript","pool","redis"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install pool-redis","imports":["const poolRedis = require('pool-redis')({ host: 'localhost', password: '', maxConnections: 10 });","poolRedis.getClient(function(client, done) { /* use client */ done(); });","poolRedis.release(client);","poolRedis.close(client);"]},{"cmd":"yarn add pool-redis","imports":[]},{"cmd":"pnpm add pool-redis","imports":[]}],"homepage":"https://github.com/Valzon/node-redis-pool","github":"https://github.com/Valzon/node-redis-pool","docs":null,"changelog":null,"pypi":null,"npm":"pool-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}