redis-wstream

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

A Node.js write stream that pipes binary or UTF-8 data into a Redis key using an existing Redis client. Tests with mranney/node_redis, streams2 compatible (Node >=4). Stabilizes at v1.0.0 with low release cadence. Differentiates from other Redis stream implementations by reusing an existing client connection instead of opening its own, enabling shared authentication and connection pooling.