Skip to content

Commit 18fa578

Browse files
committed
Minor change to README
1 parent 0fa5362 commit 18fa578

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,16 @@ subscription, the pubsub can be used to map from one subscription name
110110
to one or more channel names to subscribe to the right channels.
111111
The subscription query will be re-run every time something is
112112
published 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
115118
that utilizes Redis (for production), via the [aredis](https://github.com/NoneGG/aredis) libary, which
116119
is a asynchronous port of the excellent [redis-py](https://github.com/andymccurdy/redis-py) library.
117120

118121
The schema for asyncio would look something like this below:
119122

120-
### Asyncio
121-
122123
```python
123124
import asyncio
124125
import graphene

0 commit comments

Comments
 (0)