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

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

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

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

posted @ 2019-02-01 20:36  Jwsmai  阅读(12842)  评论(0编辑  收藏  举报