redis-mpool
JSON →redis-mpool (v0.8.2) provides connection pool management for Redis databases in Node.js applications. It wraps the node_redis client to create a pool of connections, handling acquisition, release, and automatic reconnection. The library is maintained by CartoDB and has a modest release cadence. It differentiates from generic pooling libraries by being Redis-specific, offering built-in error handling and pool health checks tailored to Redis. Note: This package has not been updated since 2020 and may lack support for newer Redis features like Redis 6 ACLs or TLS connections.
Resources
packageredis-mpool ↗