File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -110,15 +110,16 @@ subscription, the pubsub can be used to map from one subscription name
110110to one or more channel names to subscribe to the right channels.
111111The subscription query will be re-run every time something is
112112published to one of these channels. Using these classes, a
113- subscription is just the result of a mutation. There are two
114- pubsub classes for asyncio, one that is in-memory and the other
113+ subscription is just the result of a mutation.
114+
115+ ### Asyncio
116+
117+ There are two pubsub classes for asyncio, one that is in-memory and the other
115118that utilizes Redis (for production), via the [ aredis] ( https://github.com/NoneGG/aredis ) libary, which
116119is a asynchronous port of the excellent [ redis-py] ( https://github.com/andymccurdy/redis-py ) library.
117120
118121The schema for asyncio would look something like this below:
119122
120- ### Asyncio
121-
122123``` python
123124import asyncio
124125import graphene
You can’t perform that action at this time.
0 commit comments