xampp-php7安装redis扩展

在网上找的教程中,两篇可用,安装可以参照:http://jingyan.baidu.com/article/9989c74631873bf648ecfed4.html

但是百度经验中的redis扩展版本不对,我的php版本是7.1,用百度经验的老是不对。使用这个网站的可以:https://pecl.php.net/package/redis/3.1.2/windows

剩下的按照百度经验安装就可以。



附加几个 bat 批处理脚本,请根据需要灵活配置

service-install.bat

[plain]  view plain  copy
  在CODE上查看代码片 派生到我的代码片
  1. redis-server.exe --service-install redis.windows.conf --loglevel verbose  
uninstall-service.bat
[plain]  view plain  copy
  在CODE上查看代码片 派生到我的代码片
  1. redis-server --service-uninstall  
startup.bat
[plain]  view plain  copy
  在CODE上查看代码片 派生到我的代码片
  1. redis-server.exe redis.windows.conf  

猜你喜欢

转载自blog.csdn.net/lz610756247/article/details/72269146