Go to file
naicoi f3fb25e3a3
Merge branch 'hotfix/1.6.4' into main
2023-06-25 01:44:20 +07:00
Dockerfile build: Update Dockerfile and go.mod 2023-06-25 01:44:17 +07:00
README.md Update Redis adapter and storage to v1.2.0 2023-06-22 02:50:30 +07:00
default.json Rename redis loader package to envredisloader 2023-06-25 01:02:28 +07:00
envredisloader.go Update Redis client library and module name 2023-06-25 01:42:54 +07:00
go.mod build: Update Dockerfile and go.mod 2023-06-25 01:44:17 +07:00
go.sum Update Redis client library and module name 2023-06-25 01:42:54 +07:00

README.md

caddy-redis

command: ["caddy", "run", "--adapter=env_redis", "--config=/dev/null"]

env: - REDIS_URL=redis://:password@host:port/db - NAME=caddy-redis

{ "storage": { "module": "env_redis" } }