摘要: import redis import time pool=redis.ConnectionPool(host='xxxxxxx', port=6379, max_connections=100) r = redis.StrictRedis(connection_pool=pool) def del 阅读全文
posted @ 2021-04-03 15:16 5sdba 阅读(164) 评论(0) 推荐(0) 编辑