centos7 + php7

安装php7

https://www.zntec.cn/archives/centos7-lamp.html

composer安装tp

 curl -sS https://getcomposer.org/installer | php

php composer.phar install

redis安装

https://www.cnblogs.com/jjchi/p/9468179.html

phpstudy redis

http://pecl.php.net/package/redis

https://www.cnblogs.com/zuidongfeng/p/8032505.html

win x86 redis

http://bitsandpieces.it/redis-x86-32bit-builds-for-windows

php7支持redis

https://www.cnblogs.com/liuboswu/p/7722947.html

原文地址:https://www.cnblogs.com/demonxian3/p/10689457.html