标签:password redis服务器 账号密码 验证 span 客户 strong cat 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
标签:password redis服务器 账号密码 验证 span 客户 strong cat set
原文地址:https://www.cnblogs.com/2sheep2simple/p/10346969.html