Skip to content

Commit

Permalink
Remove reference to outdated aioredis package (Fixes #1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 6, 2023
1 parent 4fa3b19 commit 344e5c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,6 @@ To use a Redis message queue, a Python Redis client must be installed::
# socketio.Server class
pip install redis

# socketio.AsyncServer class
pip install aioredis

The Redis queue is configured through the :class:`socketio.RedisManager` and
:class:`socketio.AsyncRedisManager` classes. These classes connect directly to
the Redis store and use the queue's pub/sub functionality::
Expand Down

0 comments on commit 344e5c1

Please sign in to comment.