Python 链接Redis 集群出现的两个问题盘点
from rediscluster import RedisCluster
import redis
redis_nodes_c3 = [{'host': '***', 'port': '###'},
{'host': '22312312', 'port': '09090'}]
rc = RedisCluster(startup_nodes=redis_nod...
原创
2019-09-12 16:20:48 ·
1022 阅读 ·
0 评论