Hello,
I have created a droplet using the OpenLiteSpeed WordPress 1-Click image. I have also created a Managed Redis DB to use for object cache, however I am unable to connect the bundled LSCache WordPress plugin to the Redis DB.
I add the host, port, user and password and neither the public nor private networks seem to work. All I get from the plugin is Connection Test: Failed.
Any ideas what might be going wrong?
Thank you!
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.
It looks like redis-cli doesn’t support SSL, so you need to take a few extra steps:
Testing if it worked:
try this script
replace hostname , port and password to your own information
then access it , see if it connects