graphql-redis-subscriptions
graphql-redis-subscriptions copied to clipboard
Add redis streams support.
Closes #340.
Implements redis-streams support.
It turns out using redis streams as the communication mechanism is quite different from standard subscriptions so I pulled the functionality into a separate module, would be happy to consider pulling it entirely out into a separate package if you'd prefer to keep this implementation slim and targeted.
Updates to the README are coming barring no objections on this implementation.