结合了多篇文章,最后才安装成功!!!
教程网址:https://www.2cto.com/database/201709/677365.html
上面的教程中,有些错误:
他提供的下载php_redis的网址下不了,去这个网址下:http://pecl.php.net/package/redis/2.2.7/windows
选择5.6 Thread Safe (TS) x64
下载下来的是2.2.7,不过也干的起
然后接着按他的步骤来,当你执行第五步的时候,会报错,解决方法就是第六步,让你下一个redis软件,但他没有说怎么弄。具体如下:
redis软件教程网址:https://www.cnblogs.com/jaign/articles/7920588.html
其中,只需下载 Redis-x64-3.2.100.msi
之后在你第六步的test.php文件中加上 $redis->auth('joker'); 这里的joker是我设置的密码。(放在 $redis->connect('127.0.0.1', 6379);的下面哈)
这样就大功告成了!!!