解决办法:
1.进入redis目录下,输入cmd进入DOS命令
依次输入以下命令即可连接成功
# 启用客户端服务
redis-cli.exe
# 关闭服务
shutdown
# 退出客户端
exit
# 用制定配置文件启动 redis 服务
redis-server.exe redis.windows.conf
测试下应该是可以了哈
转载请注明出处~~~~
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!