Hello! This is one large command to:
1. Install Redis
2. Change to 4gb memory, allkeys-lru
3. Download, compile and install the Redis 7 PECL PHP Module
4. Start & Enable Redis Server on boot
5. Force reread of Plesk PHP modules
Works on CentOS 7 & Cloudlinux 7
Read, Edit, Run at your own risk!
cd && wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/ && rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm && yum -y install...
How to: Compile PECL Redis for PHP7
1. Install Redis
2. Change to 4gb memory, allkeys-lru
3. Download, compile and install the Redis 7 PECL PHP Module
4. Start & Enable Redis Server on boot
5. Force reread of Plesk PHP modules
Works on CentOS 7 & Cloudlinux 7
Read, Edit, Run at your own risk!
cd && wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/ && rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm && yum -y install...
How to: Compile PECL Redis for PHP7