NestJS Power Queues

JSON →
library 1.0.34 ·javascript
verified Jun 7, 2026

High-performance Redis Streams queue integration for NestJS, wrapping the power-queues library. Current stable version is 1.0.34. It uses environment variables for Redis configuration and provides a QueueService with hooks like onBatchReady and onBatchError. Key differentiators vs Bull/BullMQ: built specifically for NestJS with @InjectQueue decorator, supports multiple Redis clients, and allows extending QueueService directly. Release cadence is irregular as a small side project. Ships TypeScript types and requires Node >=14.