Skip to content

v3.17.0

Compare
Choose a tag to compare
@davegaeddert davegaeddert released this 09 Dec 19:48
· 28 commits to master since this release
02de8c2

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}