Ok, got it. I needed a prefix of my location redis:// . This is specific to the django-redis library and how it parses the location url. This explains why when I manually configured the StrictRedis connection using the redis python library, I was able to connect.
source share