ioredis-conn-pool

JSON →
library 2.0.1 ·javascript
verified Jun 7, 2026

ioredis-conn-pool is a Redis connection pool implementation based on ioredis and generic-pool, designed to simplify the management of Redis client connections in Node.js applications. Current stable version is 2.0.1. It uses generic-pool for robust connection lifecycle management with configurable min/max pool size, and relies on ioredis for Redis protocol handling. Compared to alternatives like redis-pool or simple ioredis client reuse, it provides a higher-level API that abstracts acquire/release patterns and supports TypeScript out of the box. Released under MIT license.