摘要: 在搭建cookies池时,需要将账号密码保存到redis,保存时报错:ERR Client sent AUTH, but no password is set 报错原因:Redis服务器没有设置密码,但客户端向其发送了AUTH(authentication,身份验证)请求。 解决方法:设置密码,并指 阅读全文
posted @ 2019-02-01 20:36 Jwsmai 阅读(12935) 评论(0) 推荐(0) 编辑