赞
踩
原文:https://blog.csdn.net/iw1210/article/details/72428824
ERR Client sent AUTH, but no password is set. channel: [id: 0xfca52a0c, L:/1
ERR Client sent AUTH, but no password is set” 异常的原因及解决办法
【问题原因】
Redis服务器没有设置密码,但客户端向其发送了AUTH(authentication,身份验证)请求。
【解决办法】
确定Redis启动时指定是哪个配置文件。
如上图是 redis.windows.conf 文件,用文本编辑工具打开文件,找到“requirepass”,去掉注释设置密码。
编辑完后保存,重新启动Redis,再运行程序,OK。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。