下载phpredis扩展
http://pecl.php.net/package/redis
wget http://pecl.php.net/get/redis-4.0.2.tgz
需要环境配置文件
/user/local/php/bin/phpize
会生成configure文件
yum -y install autoconf
为redis扩展做configure配置
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install