I’ve setup a Redis cluster trough DigitalOcean Managed Databases. It’s up and running. I have a WordPress website which I’d like to connect to the cluster.
I’ve installed “Redis Object Cache” ( https://wordpress.org/plugins/redis-cache/ )
I’ve setup the following defines in my wp-config.php:
define( 'WP_REDIS_HOST', 'my-private-do-hostname');
define( 'WP_REDIS_PORT', '25061');
define( 'WP_REDIS_PASSWORD', 'my-password');
define( 'WP_REDIS_SCHEME', 'tls');
I’ve added my droplet to be a allowed on the private network. But the plugin keeps saying:
Status: Not Connected
Client: PhpRedis (v3.0.0)
So it stays unconnected.
Anyone got this up and running using WordPress?
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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.