v3.17.0
Changes
- Add Redis cache option and variables (useful in very high volume situations, but not required for most)
# Example configuration cache = "redis" cache_redis_url = "rediss://..." cache_redis_options = {"ssl_cert_reqs": null}
# Example configuration
cache = "redis"
cache_redis_url = "rediss://..."
cache_redis_options = {"ssl_cert_reqs": null}