DjangoMemcached

Memcached server unreachable causes connection refused

critical
Connection ManagementUpdated Sep 10, 2025(via Exa)
How to detect:

Memcached server is not running or unreachable at the address specified in LOCATION, resulting in ConnectionRefusedError [Errno 111] when Django attempts to connect.

Recommended action:

Verify the Memcached server is running on the specified address and port. Check network connectivity and firewall rules. Ensure the Django application has permission to connect to the Memcached server.