You want to configure Django to use a Redis cache backend with a custom key prefix and a timeout of 600 seconds. Which configuration snippet correctly achieves this?
hard📝 Application Q8 of 15
Django - Caching
You want to configure Django to use a Redis cache backend with a custom key prefix and a timeout of 600 seconds. Which configuration snippet correctly achieves this?