Django - Caching
If your Django cache is configured to use Redis at
redis://127.0.0.1:6379/1 but the Redis server is down, what will happen when Django attempts to set a cache key?