摘要:
1.连接redis(两种方式) # decode_responses=True: 解决获取的值类型是bytes字节问题 r = redis.Redis(host='localhost', port='6379', db=0, decode_responses=True) pool = redis.C 阅读全文
posted @ 2020-04-17 15:44
Jack123pep
阅读(1030)
评论(0)
推荐(0)
2020年4月17日