redis-stream

JSON →
library 0.1.0 ·javascript deprecated
verified Jun 7, 2026

Create arbitrary Node.js streams to and from Redis. Version 0.1.0 is the latest stable release. This package allows you to treat Redis commands as streams, enabling piping and transformation of Redis data using Node.js stream APIs. It provides a Redis constructor, a method to create command-specific streams, and parse utilities for handling Redis protocol responses. Key differentiators include built-in stream parsing for hgetall and direct network stream access.