django / channels

Developer-friendly asynchrony for Django
https://channels.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.08k stars 800 forks source link

Update from EOL Redis 5 to supported Redis 7 in tutorial #2000

Closed johnthagen closed 1 year ago

johnthagen commented 1 year ago

Redis 5 is no longer supported: https://endoflife.date/redis

Update from Redis 5 to the latest stable release, 7, which was released 11 months ago.

I tested the tutorial program using the latest Django/Channels, and it worked as expected with Redis 7.