mongodb redis数据库是现在除了mysql数据库之外一个非常不错的免费开源数据库了,下面我们一起来看在windows下安装mongodb redis数据库的方法吧。
一:redis安装 php扩展 dll 下载地址
https://github.com/phpredis/phpredis/downloads
我本地是php5.4 Thread Safety enabled
Compiler MSVC9 (Visual C++ 2008)
Architecture x86
添加后php.ini extension=php_redis.dll 重启apache(www.xmwzidc.cn) phpinfo
Redis Version 2.2.2
二:下载redis 客户端 x64位
启动redis // redis-server.exe redis.conf 没有conf 下载
启动后当前目录 redis-cli.exe
想在后台运行redis 下载RedisWatcher watcher.conf 安装路径找C:\Program Files (x86)\RedisWatcher
redis即可作为系统服务
三:安装php mongodb扩张
非常的简单了找到双击就可以安装了,这个和linux是有不少的区别的哦,各位试一下吧