Joe Bailey

Results 11 comments of Joe Bailey

Are you creating the user via WP CLI? What is the full output of the error?

Yes, this plugin is also installed: https://wordpress.org/plugins/wp-redis/

Thanks, I did some more debugging and found the same thing.

I was hitting rate limits with this bug as there would be continuous reconnects to my server, rather than waiting the 10 seconds like I wanted. To get around this,...

The readme suggests they've only tested on 22.04 and below > For Linux, we have created an installer script that will install all the dependencies for you. We have tested...

Is it possible you are using Cloudflare Flexible SSL? As this is known to cause redirect loops with WP sites.

I've now done a thorough test and ensured PHPRedis is working as expected on PHP8, which it is. But if I update the site to PHP8.1, I get `Warning! PHPRedis...

After a bit of digging, I found that the packages were being installed, but not included in PHP's extensions. There were 4 packages total that hadn't made it to the...