摘要: redis 2.10.6redis-py-cluster 1.3.6 简单实用: startup_nodes = [ {"host": "ip", "port": port}, {"host": "ip", "port": port}] # 连接集群conn = StrictRedisCluster 阅读全文
posted @ 2020-01-03 19:45 南风。 阅读(363) 评论(0) 推荐(0) 编辑
摘要: import json, timeimport telnetlibfrom datetime import datetimeclass Dubbo(telnetlib.Telnet): prompt = 'dubbo>' coding = 'utf-8' def __init__(self, hos 阅读全文
posted @ 2020-01-03 19:43 南风。 阅读(602) 评论(0) 推荐(0) 编辑