node-redis-connection-pool

JSON →
library 3.1.0 ·javascript
verified Jun 7, 2026

A simplistic Redis connection pool for Node.js, leveraging generic-pool for scalable connection management. Current stable version is 3.1.0, with releases following minor version bumps. It provides a seamless abstraction over node_redis (redis client v4+) with features like automatic connection pooling, graceful shutdown, and support for custom logging. Key differentiators include simplicity, TypeScript types shipped, and dependency on redis v4+ using UNLINK and replicate_commands for pattern deletion. Compared to alternatives like redis-pool or ioredis, it focuses on minimal configuration and direct pool control.