由于在代码中给redis添加了密码,如下

redis_store = redis.Redis(host='localhost', port=6379, db=4, password='root')

然而redis.conf中并没有设置密码,因此报ResponseError: Client sent AUTH, but no password is set

解决方法:将password字段去除即可 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-21
  • 2021-09-04
  • 2021-09-16
猜你喜欢
  • 2021-05-31
  • 2021-09-24
  • 2021-06-06
  • 2022-02-02
相关资源
相似解决方案