How can I check if redis is used #85
delta-whiplash
started this conversation in
General
Replies: 3 comments
-
You should see an error in the kaizoku logs similar to below; Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1247:16) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6379
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
The docker logs ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I just deployed kaizoku on kubernetes but I think my redis is not connected could you explain me how can I check if it's used or not
Beta Was this translation helpful? Give feedback.
All reactions