Comments on: How to Install Redis Cache Server on CentOS 7/6 https://tecadmin.net/install-redis-centos/ How to guide for System Administrator's and Developers Wed, 04 Mar 2020 10:38:44 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Recep Baltaş https://tecadmin.net/install-redis-centos/#comment-45224 Tue, 03 Mar 2020 10:29:02 +0000 https://tecadmin.net/?p=15527#comment-45224 pecl command not found. Your article is incomplete.

]]>
By: Oliver Russell https://tecadmin.net/install-redis-centos/#comment-13663 Mon, 25 Jun 2018 08:26:34 +0000 https://tecadmin.net/?p=15527#comment-13663 In case where users don’t have access root access, I don’t think they can use Redis extension there. In such a case, I would recommend to use Predis for configuring redis cache with a PHP based website. Installing and configuring predis is easy. You can install it on your server using following command:

git clone git://github.com/nrk/predis.git

and check whether it has been implemented correctly using following command:

redis-cli monitor

Source: https://www.cloudways.com/blog/redis-cache-with-custom-php/

]]>