Article ID: 1665
Last updated: 19 Sep, 2023
Install Redis on Plesk Centos 7 ServerEnable 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 BaseStep 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 PleskStep 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
This article was:
Report an issue
Article ID: 1665
Last updated: 19 Sep, 2023
Revision: 9
Views: 1282
Comments: 0
Tags
|
Powered by KBPublisher (Knowledge base software)