Centos 安裝PHP-redis擴展
Centos 安裝PHP-redis擴展
下載源碼(注意版本號)
wget https://pecl.php.net/get/redis
解壓(注意版本號)
tar -zxvf redis-5.3.4.tgz
#cd redis-5.3.4 #/usr/bin/phpize 或 phpize #./configure --with-php-config=/usr/bin/php-config #make && make install
#安裝redis擴展(php.ini)
extension=redis.so
重啟php-fpm
service php-fpm restart

浙公網安備 33010602011771號