python3中读取redis返回的数据中是bytes类型问题 python 2020-01-14 阅读(3319) 解决方案:添加参数decode_responses=True即可StrictRedis(host=REDIS_HOST, port=REDIS_PORT, password=REDIS_PASSWORD, db=REDIS_DB, decode_responses=True) Tags: >python >python