Can not Access to redis - NestJS

Viewed 17

I'm working to connect my redis database by NestJS.

I succeed to connect to local database.

But can not connect to remote database.

I change config file to add 'requirepass' and change bind as 0.0.0.0

I got this result.

enter image description here

What does it mean 'Redis connection lost and command aborted'

It was work fine few weeks ago. And suddenly I can't connect it.

Does someone know a solution or a clue?

gitHub Repo

0 Answers
Related