graphql-redis-subscriptions icon indicating copy to clipboard operation
graphql-redis-subscriptions copied to clipboard

Add redis streams support.

Open boehlkers opened this issue 2 years ago • 1 comments

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.

boehlkers avatar Dec 22 '22 15:12 boehlkers