现在可以通过PECL安装phpredis扩展让PHP支持Redis了作者: moneyslow / 2016-05-10 2016-05-10 013-04-30 23:42:19 Tags: pecl,phpredis,redis 时经两年,Redis的PHP扩展phpredis终于被收录进PECL了。 各位童鞋可以通过PECL很简单的就能安装上phpredis了,不需要再去下载源码编译了 安装命令:pecl install redis phpredis的PECL仓库地址:http://pecl.php.net/package/redis phpredis的GITHUB地址:http://github.com/nicolasff/phpredis Redis官网:http://www.redis.io/