解决ERR Client sent AUTH, but no password is set

Posted 2sheep2simple

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决ERR Client sent AUTH, but no password is set相关的知识,希望对你有一定的参考价值。

在搭建cookies池时,需要将账号密码保存到redis,保存时报错:ERR Client sent AUTH, but no password is set

报错原因:Redis服务器没有设置密码,但客户端向其发送了AUTH(authentication,身份验证)请求。

解决方法:设置密码,并指定配置文件进行启动redis。

以上是关于解决ERR Client sent AUTH, but no password is set的主要内容,如果未能解决你的问题,请参考以下文章

解决问题redis问题:ERR Client sent AUTH, but no password is set

Java链接Redis时出现 “ERR Client sent AUTH, but no password is set” 异常的原因及解决办法

Java链接Redis时出现 “ERR Client sent AUTH, but no password is set”

安装Redis之后,报(error) ERR Client sent AUTH, but no password is set

Tomcat redis session manager connect redis show: ERR Client sent AUTH, but no password is set

JedisDataException: ERR Client sent AUTH, but no password is set