redis-streams-queue

JSON →
library 2.1.1 ·javascript
verified Jun 7, 2026

Redis Streams Queue is a high-performance queue library built on Redis Streams, version 2.1.1. It offers reliable message delivery with consumer groups, exactly-once semantics, and built-in retries. Compared to Bull or Kue, it leverages Redis Streams' native features for better scalability and fault tolerance. The library is actively maintained with monthly releases.