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

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

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

相关文章:

  • 2021-08-07
  • 2021-12-07
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-31
  • 2021-09-24
  • 2021-06-06
  • 2022-02-02
相关资源
相似解决方案