一: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 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是有不少的区别的哦,各位试一下吧。
时间: 2024-10-03 11:11:04