darkweak / souin

An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache
https://docs.souin.io
MIT License
718 stars 56 forks source link

Impossible to connect to Olric, error while discovering the cluster members: unknown command 'cluster.members', with args beginning with #549

Closed yonas closed 3 weeks ago

yonas commented 2 months ago
❯ xcaddy build --with github.com/darkweak/souin/plugins/caddy --with github.com/darkweak/storages/olric/caddy
❯ ./caddy run
example.lan {
  root * /home/test
  file_server

  cache {
      ttl 1h
      olric
  }

  route {
      cache
      respond "Hello HTTP cache"
  }
}

commit: 12a2857

darkweak commented 2 months ago

Hello @yonas would you like to use olric as embedded mode?