Skip to content

Commit 90bb172

Browse files
committed
docs(subscriptions): restore redis example link
1 parent 20271ba commit 90bb172

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/subscriptions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,5 @@ However, beginning in Apollo Server 3, subscriptions are not supported by the "b
207207

208208
See how subscriptions work in a [simple example](https://github.com/MichalLytek/type-graphql/tree/master/examples/simple-subscriptions). You can see there, how simple is setting up GraphQL subscriptions using `graphql-yoga` package.
209209

210-
<!-- FIXME: restore when redis example is upgraded -->
211-
<!-- For production usage, it's better to use something more scalable like a Redis-based pubsub system - [a working example is also available](https://github.com/MichalLytek/type-graphql/tree/master/examples/redis-subscriptions).
212-
However, to launch this example you need to have a running instance of Redis and you might have to modify the example code to provide your connection parameters. -->
210+
For production usage, it's better to use something more scalable like a Redis-based pubsub system - [a working example is also available](https://github.com/MichalLytek/type-graphql/tree/master/examples/redis-subscriptions).
211+
However, to launch this example you need to have a running instance of Redis and you might have to modify the example code to provide your connection parameters.

0 commit comments

Comments
 (0)