Skip to content

Commit 344e5c1

Browse files
Remove reference to outdated aioredis package (Fixes miguelgrinberg#1268)
1 parent 4fa3b19 commit 344e5c1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docs/server.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,6 @@ To use a Redis message queue, a Python Redis client must be installed::
495495
# socketio.Server class
496496
pip install redis
497497

498-
# socketio.AsyncServer class
499-
pip install aioredis
500-
501498
The Redis queue is configured through the :class:`socketio.RedisManager` and
502499
:class:`socketio.AsyncRedisManager` classes. These classes connect directly to
503500
the Redis store and use the queue's pub/sub functionality::

0 commit comments

Comments
 (0)