【发布时间】:2017-10-07 22:39:13
【问题描述】:
我们知道ElastiCache is not recommended to be accessed outside Amazon instances,因此我们仅在 Amazon EC2 实例中尝试以下内容。
我们有一个有 9 个节点的 ElastiCache Redis Cluster。当我们尝试使用normal redis implementation 连接到它时,它会抛出some Moved errors
已按照@Miller 尝试了retry strategy method。还尝试了 RedisCluster 与 unstable 和 stable (poor man) 实现。
这些实现都不起作用。请问有什么建议吗?
【问题讨论】:
标签: node.js amazon-web-services amazon-ec2 redis amazon-elasticache