i was having the same problem, the one solution that worked was updating the django-redis
using pip
pip install --upgrade django-redis
or if you are using pipenv
pipenv update django-redis