skip to Main Content

Temporary failure in name resolution redis

I have been learning Kubernetes lately. And I'm trying to use redis but I am getting the following error: Error:Error -3 connecting to redis:6379. Temporary failure in name resolution. I'm using: conn = redis.StrictRedis(host='redis', port=6379) docker composer: redis: image: redis:alpine…

VIEW QUESTION
Back To Top
Search