pipeline-segment

JSON →
library 0.0.6 ·javascript
verified Jun 7, 2026

Composable pieces of a Redis pipeline, enabling modular construction of pipeline commands with grouped result processing and chaining of command outputs. Current stable version: 0.0.6. Release cadence: low activity, likely experimental. Key differentiator vs raw ioredis pipelines: allows composing reusable pipeline segments that can process multiple results together and feed results between segments. ESM-only, TypeScript types included, requires ioredis 5.x as peer dependency.