celery 在执行的过程中报错 celery AttributeError: 'str' object has no attribute 'items' 产生的原因是redis版本过高 重装redis即可 pip install redis==2.10.6