摘要: con = redis.StrictRedis(host='localhost', port=6379, db=2)redis_pip = con.pipeline(transaction=False)file_name = '**.txt'batch_size = 1000with open(fi 阅读全文
posted @ 2019-10-29 17:08 蓝色闪电-狂奔 阅读(662) 评论(0) 推荐(0) 编辑