redis-streams-nodejs

JSON →
library 1.1.5 ·javascript
verified Jun 7, 2026

A Node.js library for building Redis Streams consumers and producers. Version 1.1.5 releases on npm; maintained sporadically. Wraps node-redis, providing classes RedisClient, RedisConsumer, and RedisProducer for group-based stream consumption with built-in retry and acknowledgment. Ships TypeScript types. Differs from raw ioredis or node-redis by offering higher-level consumer group abstractions and a listen() method with executable functions.