Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Just change this (tls://):
define( 'WP_REDIS_HOST', 'tls://db-redis-xxxx...
Hi guys, i’ve the same problem
when i try to connect from terminal it’s all ok
when use wp i’ve this message
connection timeout...
someone have a wp instance with redis?
thanks
Hi @NielsV,
Make sure you can actually connect for the droplet to the Redis cluster. I’ll assume it’s not the Wordpress fault as more to the connection between the two servers.
I’ll recommend you to try and open the REDIS port on both servers,both IN and OUT connections, add rules to IPTABLES to allow traffic from the droplets.
You can try to connect with telnet and the specific port, another option would be traceroute to the Redis’s server IP address.
Kind regards, Kalin