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

celery中配置redis密码时的ValueError: invalid literal for int() with base 10: 'xxxx'

时间:2019-01-06 20:01:24      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:python   .net   csdn   for   错误   sdn   http   redis   with   

原配置:

 celery_broker = ‘redis://:xxxx#xxxx@172.17.0.1:6379/0‘  # docker0                                                                             

错误原因:
密码中不能有 #

https://blog.csdn.net/liushaochan123/article/details/8885116

celery中配置redis密码时的ValueError: invalid literal for int() with base 10: 'xxxx'

标签:python   .net   csdn   for   错误   sdn   http   redis   with   

原文地址:https://www.cnblogs.com/dylanchu/p/10229985.html

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