django-redis-sessions
                                
                                
                                
                                    django-redis-sessions copied to clipboard
                            
                            
                            
                        Django support
Does the package support Django 4.1 and 4.0?
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