标签: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