Skip to content

Releases: pberkel/caddy-storage-redis

v1.4.0

12 Nov 20:49
Compare
Choose a tag to compare
  • Expose redis go client to allow other modules to access it.
  • Minor updates to the Redis Sentinel documentation for clarity.
  • Additional checks in caddyfile parsing code to ensure keys do not have empty values.

v1.3.0

03 Jul 05:29
Compare
Choose a tag to compare

Updated documentation and project dependancies only. No functional changes included in this release.

v1.2.0

03 Apr 06:37
d406f84
Compare
Choose a tag to compare

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

19 Dec 05:04
324d710
Compare
Choose a tag to compare

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.

v1.0.0

26 Nov 03:16
Compare
Choose a tag to compare

First official release of the Caddy Storage Redis module.