Install Redis on Plesk Server

Install Redis on Plesk Server

Install Redis on Plesk Centos 7 Server

Install Redis on Server Base

Enable Redis PHP Extension from Plesk

Reference KB: 

https://bobcares.com/blog/install-redis-on-plesk/

https://supporthost.in/install-redis-on-a-plesk-server/

Install Redis on Server Base

Step 1: Enable EPEL Repository

yum install epel-release

Step 2: Install Redis

yum install redis -y

Step 3: Start the Redis Service

systemctl start redis.service

Step 4: Check Redis Service on Port on 6379

[root@kavyasinghkundu ~]# netstat -nlpa | grep 6379
tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      8840/redis-server 1
 

Enable Redis PHP Extension from Plesk

Step 1: Check the PHP Version and the PHP Handler the hosted website is using


Step 2: Click on Tools & Settings >> PHP Settings


Step 3: Click on the appropriate PHP Handler


Step 4: Enable the Redis Extension


    • Related Articles

    • Important Plesk CLI Commands

      Important Plesk Linux CLI Commands If Plesk throws an error, these logs will help. /usr/local/psa/var/log /opt/psa/admin/logs /var/log/sw-cp-server/error_log /usr/local/psa/admin/logs/panel.log /usr/local/psa/admin/logs/httpsd_access_log ...
    • How to enable Node.js Support in Plesk

      Install Node.js support at Plesk Onyx through updating the plesk Plesk Onyx offers Node.js support. Node.js is an open-source, cross-platform runtime environment for developing server-side Web applications. Step-01: Installation process 1. Login to ...
    • Server Resource Utilisation Monitoring with Plesk

      Plesk Server Monitoring helps to keep your Plesk running smoothly by tracking the server resource usage and notifying you when one or more resource usage reaches a predefined threshold. Note : For more information look for the reference url given ...
    • Enable Google Authenticator with Plesk

      Enable Google Authenticator with Plesk Objective: This extension offers additional user account protection with multi-factor authentication. After enabling Google Authenticator, a second step is added to the Plesk login procedure: in addition to ...
    • Block brute force attack from Plesk firewall

      Block brute force attack from Plesk firewall Issue: SMTP service has been receiving unauthorised brute force requests on the server Update 1: Below logs have been found from the maillog on the server May 15 12:13:44 host plesk_saslauthd[11425]: No ...