windows下php,redis配置,phpredis
在windows环境下搭建redis是一般是为了测试,官方redis并没有给windows版redis但是微软有。
windows版下载地址:https://github.com/MSOpenTech/redis/releases
直接下载 Redis-***.mis后安装即可
环境安装后修改appache配置文件添加php拓展名字为:extension=php_redis.dll
php 拓展下载地址:https://github.com/phpredis/phpredis/downloads
将dll文件放在PHP的ext目录下~~搞定
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn