django.core.cache.backends.base.InvalidCacheBackendError: Could not find backend 'django.core.cache.backends.redis.RedisCache': No module named 'django.core.cache.backends.redis' 'default': {
&
我正在使用Django中的django-redis添加Azure缓存,但是我遇到了连接问题,我添加了密钥密码和主机名以及端口,但是没有运气,我得到了这个错误:
django_redis.exceptions.ConnectionInterrupted: Redis ConnectionError: Error while reading from myhostname.net:6380 : (104, 'Connection reset by peer这就是我的Djan