AttributeError: ‘str’ object has no attribute ‘items’
导致报错的原因是redis版本过高,对redis进行降级
pip uninstall redis
pip install redis==2.10.6