You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using my Elasticache cluster's configuration endpoint as my client's host value. You can see in the below logs that my host is not 127.0.0.1 BUT the client attempts to connect on 127.0.0.1. Am I not suppose to use my configuration endpoint ?
Even after replacing my configuration endpoint with "redis-cluster-0001-001.s8nphg.0001.use1.cache.amazonaws.com'" which is a actual nodes domain the client still tries to connect to 127.0.0.1
I'm unclear how to perform the binding as mentioned in this issue #156 commented here.
Any advice is appreciated.
I ended up not using a cluster setup until I have more time to research how to do this correctly. I believe the issue is you're suppose to bind your cluster nodes to 127.0.0.1 as mentioned in the issue commented by @jayflo.
I'm using my Elasticache cluster's configuration endpoint as my client's host value. You can see in the below logs that my host is not 127.0.0.1 BUT the client attempts to connect on 127.0.0.1. Am I not suppose to use my configuration endpoint ?
Even after replacing my configuration endpoint with "redis-cluster-0001-001.s8nphg.0001.use1.cache.amazonaws.com'" which is a actual nodes domain the client still tries to connect to 127.0.0.1
I'm unclear how to perform the binding as mentioned in this issue #156 commented here.
Any advice is appreciated.
ioredis version: 4.2.0
Node v8.11.4
Logs:
Here is my code
The text was updated successfully, but these errors were encountered: