David Hayes

Results 2 issues of David Hayes

I believe this is an Apache behaviour when gzip compression is enabled (http://serverfault.com/questions/183843/content-length-not-sent-when-gzip-compression-enabled-in-apache). I could also be a Cloudflare behaviour. Regardless, this causes the self test to fail.

![Image](https://github.com/user-attachments/assets/8440e2ac-9b84-4cdf-bf06-e8f78d5b1f3a) e.g. host = `/var/run/redis/redis-server.sock` Per https://github.com/phpredis/phpredis: > port: int (default is 6379, should be -1 for unix domain socket) Currently, it is set to `null`: https://github.com/pantheon-systems/wp-redis/blob/main/object-cache.php#L1279 PR: https://github.com/pantheon-systems/wp-redis/pull/498