redis-ccp-queue

JSON →
library 1.1.1 ·javascript
verified Jun 7, 2026

A minimal competing-consumers pattern queue built on Redis (about 100 lines of code). Version 1.1.1 runs on Node >=4.0. Uses BRPOP for reliable message delivery and supports multiple producers and consumers with at-least-once delivery guarantee. Lightweight alternative to Kue/Bull, but lacks persistence, retries, and scheduling.