Releases: pberkel/caddy-storage-redis
Releases · pberkel/caddy-storage-redis
v1.4.0
v1.3.0
v1.2.0
Move placeholder validation to Provision to support runtime substitution
Caddy placeholders like {env.VALUE} should not be evaluated during Caddyfile parsing. The syntax {env.VALUE} is for runtime environmental variables, and so should be preserved as strings in configuration. The syntax {$VALUE} will result in environmental variables substituted at Caddyfile parse time, which is already performed by the Caddyfile parser.
v1.1.0
Add options for TLS server certs as either PEM string or path to PEM cert file.
Allow configuring the trust store used to verify connections to Redis.
This is useful when working with something like GCP Memorystore for
Redis (1), which will issue a self-signed cert for managed Redis
instances.