Stanislav Zhuk
Stanislav Zhuk
They already have 17k stars https://github.com/valkey-io/valkey, we definitely should support Valkey. I ran this to see what we have inside, and `redis-server` is available. ``` docker run --rm -it --name...
Working on this in: - #42
Hi @hanoii, It's ready, but I'm holding off pulling it only because I want to add real-time tests for writing/reading data from Redis. I prepared the manual instructions for Laravel,...
> Could it be indicated somehow, when another backend than Redis is in use, like changing CLI wording to `valkey:6379>` ... or maybe it's not really possible? @gitressa, please test:...
If we pull everything in this new step on `ddev start` (or somewhere else, as suggested in the OP), we can safely ignore all errors here. This is especially useful...
@nmengin, what if this issue is approached from a different angle? `traefik healthcheck --ping` works, but it lacks detail about errors or warnings in providers, routers, services, or middlewares. According...
I just tested it with 2 projects and a PHP cURL call, everything worked as expected. --- ``` DDEV version v1.24.3 docker 28.0.1 ``` Please update both DDEV and Docker....
> Opening a webpage in a browser at website.ddev.site which calls [ddev-webservice-web](https://ddev-webservice-web) usig curl_exec... does not activate the debugger. I tested it again, and it works for me in VS...
> I ran the test setup again on another computer. This one does not use a company VPN. Xdebug does not seem to work on this computer, there is no...
Hi @bortomar, I am able to reproduce it with `nginx-fpm` (it doesn't occur with `ddev config --webserver-type=apache-fpm`) It seems to be related to nginx requesting `/favicon.ico`, and when it doesn't...