graphql-redis-subscriptions

JSON →
library 2.7.0 ·javascript
verified Jun 7, 2026

A PubSub engine for GraphQL subscriptions using Redis as the message broker, enabling horizontal scaling of subscription managers across multiple server instances. Version 2.7.0 is the current stable release, published in early 2024, with no fixed release cadence. It implements both PubSubEngine and AsyncIterator interfaces from graphql-subscriptions. Key differentiators: supports Redis patterns (PSUBSCRIBE), custom serialization, trigger transforms, and connection pooling via separate publisher/subscriber clients. Ships TypeScript types. Peer dependencies: graphql-subscriptions ^1.0.0 || ^2.0.0 || ^3.0.0.