Results 217 comments of darkweak

@K0tBegemot do you have a curl request?

@HobMartin Can you paste your configuration, and a curl request to reproduce please? 🙏

@HobMartin sorry for the delay. I opened a PR that concerns the redis storage https://github.com/darkweak/souin/pull/489. I will try to take your issue in it. About the hashtags, it it really...

@HobMartin I pushed a new commit that may support the redis hashtags. You can enable it using the HashTag directive in the redis configuration. ``` { order cache before rewrite...

@HobMartin placeholders support is currently in progress here https://github.com/darkweak/souin/pull/514 🙂

@KDederichs I still have the issue.

I probably missed something (the "workaround") but it still doesn't work with the `APP_RUNTIME_MODE` (from https://github.com/symfony/symfony/pull/52079) 🤷‍♂️

Hello @0xEmma I'm not able to reproduce, all metrics are incrementing (tried on a single instance and everything is working as expected).

Hello, sorry for that. You can build it using `xcaddy build --with github.com/darkweak/souin/plugins/caddy@d3992886c4dc227746a071e637e2b01b09b0e2a9 --with github.com/darkweak/souin@d3992886c4dc227746a071e637e2b01b09b0e2a9`.

The build job runs the following command: `xcaddy build --with github.com/darkweak/souin/plugins/caddy@$(git rev-parse --short "$GITHUB_SHA")` so it doesn't refer to the latest commit of the Souin repository and refers to the...