码迷,mamicode.com
首页 > 其他好文 > 详细

Redis 安装与配置合辑

时间:2014-09-06 19:58:53      阅读:197      评论:0      收藏:0      [点我收藏+]

标签: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();  即可初始化。 

 

Redis 安装与配置合辑

标签:style   http   io   使用   ar   strong   文件   sp   on   

原文地址:http://www.cnblogs.com/antarctican/p/3959706.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!