ioredis-auto-pipeline

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

Automatic Redis pipeline support for ioredis. Version 1.0.2. This library transparently batches Redis commands into pipelines to increase throughput by up to 100% without code changes. It supports all built-in commands except subscribe and psubscribe. Ideal for high-throughput Node.js applications using ioredis. The library wraps an ioredis instance and automatically queues commands, executing them in batches. Maintenance is minimal as the API is simple and the library is stable.