Tuesday, 9 May 2017

How to connect to ElastiCache cluster using node.js

We've got a ElastiCache Redis Cluster with 9 nodes. When we try to connect to it using normal redis implementation, it throws some Moved errors

Have tried the retry strategy method as per Miller. Have also tried RedisCluster with unstable and stable (poor man) implementations.

We know that ElastiCache is not recommended to be accessed outside Amazon instances, so we're running trying all these stuff inside Amazon EC2 instances only.

Any suggestions please?



via xameeramir

No comments:

Post a Comment