martinrusev / django-redis-sessions

Session backend for Django that stores sessions in a Redis database
BSD 3-Clause "New" or "Revised" License
494 stars 106 forks source link

Django support #72

Open Fares-Harri opened 1 year ago

Fares-Harri commented 1 year ago

Does the package support Django 4.1 and 4.0?

joekohlsdorf commented 1 year ago

It works but you'll get some info logs about corrupt sessions due to missing handling when session keys are not found in Redis. You can disable the logger.

This patch fixes the problem: https://github.com/martinrusev/django-redis-sessions/pull/77