安装步骤:
#wget https://github.com/nicolasff/phpredis/archive/2.2.4.tar.gz
#tar -zxvf 2.2.4
#cd phpredis-2.2.4
#phpize
#./configure --with-php-config=/usr/bin/php-config
#make && make install
#修改php.ini 添加 extension = redis.so
#重启httpd
时间: 2024-09-30 21:54:31