摘要: import redis Pool = redis.ConnectionPool(host='127.0.0.1', port=6379, db=11, max_connections=10) # 封装Hash方法 class RedisDB: def __init__(self, key): # 阅读全文
posted @ 2020-12-09 15:46 小王八+1 阅读(88) 评论(0) 推荐(0) 编辑