miguelgrinberg / python-socketio

Python Socket.IO server and client
MIT License
3.96k stars 587 forks source link

May need to remove "pip install aioredis" from the documentation #1268

Closed luyuhao55 closed 11 months ago

luyuhao55 commented 11 months ago

The aioredis project has been deprecated and migrated to redis.asyncio on Feb 21, 2023. python-socketio has been nicely implemented to support redis.asyncio (commit e8fff07b367929794e5e30cecbf252b72d307c16). However, the documentation still requires aioredis to be installed (https://python-socketio.readthedocs.io/en/latest/server.html#id1).