Skip to content

Commit

Permalink
:sweaty_face:
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Sep 20, 2022
1 parent d383899 commit d298a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/v3/features/subscriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ The `createPubSub` function allows you to specify a custom [`EventTarget`](https

The minimal `EventTarget` implementation is described by the [`TypedEventTarget` interface](https://github.com/dotansimha/graphql-yoga/blob/master/packages/event-target/typed-event-target/src/typed-event-target.ts).

Yoga comes with an `EventTarget` implementation for [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/).import { PackageCmd } from '@theguild/components';
Yoga comes with an `EventTarget` implementation for [Redis Pub/Sub](https://redis.io/docs/manual/pubsub/).

<PackageCmd packages={['@graphql-yoga/redis-event-target ioredis']} />

Expand Down

0 comments on commit d298a55

Please sign in to comment.