摘要:
redis 2.10.6redis-py-cluster 1.3.6 简单实用: startup_nodes = [ {"host": "ip", "port": port}, {"host": "ip", "port": port}] # 连接集群conn = StrictRedisCluster 阅读全文
摘要:
import json, timeimport telnetlibfrom datetime import datetimeclass Dubbo(telnetlib.Telnet): prompt = 'dubbo>' coding = 'utf-8' def __init__(self, hos 阅读全文