python3 获取redis 数据时 为什么都是 bytes类型,能不能通过配置某个参数直接获得string类型
byte直接转换成Unicode字符串
StrictRedis类构造函数有个参数decode_responses,初始化为True就可以了