2018年5月28日
摘要: 1 import redis 2 3 4 class ControlRedis(object): 5 def __init__(self): 6 self.__host = '***.*.**.***' # 地址,设置为私有变量,类外不可修改 7 self.__port = 6379 8 self.__password... 阅读全文
posted @ 2018-05-28 11:11 四方城郭 阅读(352) 评论(0) 推荐(0) 编辑