souin
souin copied to clipboard
Cannot use redis as storage
It's ok to use go-redis as storage, but cannot work when switch to redis. After digging a lot, found that if we don't specify ClientName, Factory wouldn't set a default "souin-redis".However UUID will do. These will result in unable to get storer redis when built with github.com/darkweak/storages/redis and not set ClientName. As a workround for now: specify a ClientName in caddyfile.
Hey @xzycn can you try with the latest releases?