node-redis icon indicating copy to clipboard operation
node-redis copied to clipboard

Connecting to Cluster not working in Private Network

Open trunglh88 opened this issue 1 year ago • 0 comments

I have two VPS in same Private Network

Service running on 10.0.0.1 Redis Server running on 10.0.0.3 (bind 0.0.0.0 in redis.conf)

  1. Try connect using createClient to one Master then connect to be successful
  2. Try connect using Redis Insight use SSH Tunnel or direct with firewall disabled then connect to be successful
  3. Try connect using createCluster to one Master or three Master or all Master and Slave then return error Redis Client Error ECONNREFUSED: Failed to connect errno: 24 syscall: "connect"

Tested on two version 4.6.15 and 4.7.0

trunglh88 avatar Aug 24 '24 09:08 trunglh88