【Redis专题】redis客户端phpredis的安装
实现了一个PHP版本的Redis客户端。下载地址: https://github.com/owlient/phpredis/downloads 1、安装tar zxvf owlient-phpredis-2.1.1-1-g90ecd17.tar.gz
cd owlient-phpredis-90ecd17/
/usr/local/webserver/php/bin/phpize
./configure --with-php-config=/usr/local/webserver/php/bin/php-config
make && make install
页:
[1]