deploy REDIS error

Have that log
}

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16) {

errno: -111,

code: 'ECONNREFUSED',

syscall: 'connect',

address: '::1',

port: 6379

}
}

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

[ioredis] Unhandled error event: Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16)

Error: connect ECONNREFUSED ::1:6379

at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1605:16) {

errno: -111,

code: 'ECONNREFUSED',

syscall: 'connect',

address: '::1',

port: 6379

}
Solution:
if you are getting an error for ::1:6379 it means you have not set up the redis client properly in code, please reference your redis client's documentation
Jump to solution
4 Replies
Percy
Percy4mo ago
Project ID: 8b1e4ae6-f221-4948-a158-23868f94c7db
testerOne
testerOne4mo ago
8b1e4ae6-f221-4948-a158-23868f94c7db
Solution
Brody
Brody4mo ago
if you are getting an error for ::1:6379 it means you have not set up the redis client properly in code, please reference your redis client's documentation
Want results from more Discord servers?
Add your server