Ticker

6/recent/ticker-posts

Header Ads Widget

Shared Hosting with Namecheap. Free .Website domain & WhoisGuard

Default host location of Memcached and Redis Socket for LiteSpeed Cache WordPress



There is so very less documentation available for switching from Memcached to Redis on LiteSpeed Cache plugin for wordpress.

For switching from Memcached to Redis and vice versa, you will require 2 parameters.

1. Host Location

2. Port

Though the port is available by default on the settings page i.e. For Memcached default port is 11211 and that for the redis is 6379 


The host location for Memcached and Redis are as below:


Memcached: /var/www/memcached.sock

Redis: /var/run/redis/redis-server.sock


You can test if the configuration files exist by SSH to your server and then run the following command


For memcached: ls /var/www/memcached.sock

For Redis: ls /var/run/redis/redis-server.sock

Post a Comment

0 Comments