skip to Main Content

Bursts of Redis errors

We've recently created a new Standard 1 GB Azure Redis cache specifically for distributed locking - separated from our main Redis cache. This was done to improve stability on our main Redis cache which is a very long term issue…

VIEW QUESTION

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