pool-redis

JSON →
library 0.1.2 ·javascript abandoned
verified Jun 7, 2026

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().