摘要: 文件内容 #!/usr/bin/env python # -*- coding: UTF-8 -*- import sys import redis import os pool=redis.ConnectionPool(host='127.0.0.1',password='xxxxxx',db=2 阅读全文
posted @ 2022-03-01 18:29 李瑞鑫 阅读(358) 评论(0) 推荐(0) 编辑