feat: Allow cache reading from replicas

This commit is contained in:
Sam Toxopeus
2026-07-23 13:03:57 +02:00
parent 1c98c70f14
commit ad7596ff85
4 changed files with 62 additions and 28 deletions
+1
View File
@@ -268,6 +268,7 @@ func New(_ context.Context, next http.Handler, config *configuration.Config, nam
log,
config.RedisCacheEnabled,
config.RedisCacheHost,
config.RedisCacheReadHosts,
config.RedisCachePassword,
config.RedisCacheDatabase,
)