How do I tell if Redis is working with my linode and Wordpress LiteSpeed Cache plugin?

I followed this guide here: https://www.linode.com/docs/guides/install-redis-ubuntu/

I don't know how to tell if Redis is working with the LiteSpeed cache plugin for WordPress. How do I tell if it is working? In my settings on the site it says:

Status
Memcached Extension: Disabled
Redis Extension: Disabled
Connection Test: Not Available Learn More

I am using Ubuntu 21.04. I think I have QUIC.cloud set up correctly for a CDN.

3 Replies

According to the guide and the message you’re seeing about Redis being disabled, I would first check that redis is working.

I can AUTH with my username and password. When I type in ping I get PONG back.

I get a green active(running) in when I type service redis status.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct