提问人:AJain 提问时间:11/16/2023 最后编辑:AJain 更新时间:11/16/2023 访问量:21
AWS memcache 通过对等错误抛出连接重置
AWS memcache throwing connection reset by peer error
问:
我正在尝试通过 python 中的 lambda 连接到 AWS memcache。当我的集群具有单个节点时。我能够轻松连接。但是,当我的集群有多个节点时,它会通过对等错误抛出重置。
我正在使用以下代码:
> nodes = elasticache_auto_discovery.discover(cluster_endpoint)
> nodes = map(lambda x: (x[1], int(x[2])), nodes)
> memcache_client = HashClient(nodes)
谁能在这里帮我。
答: 暂无答案
评论