I have a application on Django 1.8.8 with cache based on django-redis. And I want to update to Django 1.9.2. But django-redis not working with Django >= 1.9.
django-redis-cache also not working with Django 1.9 (for me). And I not found requirements in the documentation of django-redis-cache.
Have anyone any experience with cache in Redis with Django 1.9+? Thanks!