ThomasZ
ThomasZ
RRailway
Created by ThomasZ on 11/21/2023 in #✋|help
connecting to redis over the private network
Project ID: d0b3dc19-02c9-4290-bf51-904f50b320a7 Hey y'all, having trouble connecting my nodejs app using IORedis to railway's redis instance. Getting this error message: Error: connect ECONNREFUSED 127.0.0.1:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 6379 } My connection string is formatted like so: connection = new IORedis('redis://default:password@name.railway.internal:6379?family=6'); Any help?
129 replies