码迷,mamicode.com
首页 > 其他好文 > 详细

[Redis]ResponseError: Client sent AUTH, but no password is set

时间:2017-12-21 12:09:12      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:roo   方法   response   store   body   gpo   因此   set   password   

由于在代码中给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字段去除即可 

[Redis]ResponseError: Client sent AUTH, but no password is set

标签:roo   方法   response   store   body   gpo   因此   set   password   

原文地址:http://www.cnblogs.com/milian0711/p/8078624.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!