其他分享
首页 > 其他分享> > 解决ERR Client sent AUTH, but no password is set

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

作者:互联网

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

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

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

标签:set,ERR,no,redis,AUTH,sent
来源: https://www.cnblogs.com/exmyth/p/16243020.html