标签:style http io 使用 ar strong 文件 sp on
》 Linux安装:
(下次装再写。)
》 Windows安装:
下载windows版redis(github, 此版本目录 bin/release/redis-x.x.x.zip 下为windows版,解压, 改 redis.windows.conf 为 redis.conf)。
运行 redis-server.exe, 默认使用 redis.conf 配置。
》搭配PHP:
通过phpinfo确定 php版本、compiler版本、 是ts还是nts, 下载对应扩展(https://github.com/nicolasff/phpredis/downloads)
解压文件并复制到php/ext,php.ini 添加
extension=php_igbinary.dll
extension=php_redis.dll
加载成功后, php中使用 $redis = new Redis(); 即可初始化。
标签:style http io 使用 ar strong 文件 sp on
原文地址:http://www.cnblogs.com/antarctican/p/3959706.html