Testcontainer support for golang #159
Unanswered
devaljain1998
asked this question in
Q&A
Replies: 1 comment
-
|
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
-
Hey folks,
I have been trying to create a Redis cluster with test containers for my microservice in golang.
The redis-cluster works perfectly fine on my local with this command:
I have tried to translate this command in a golang testcontainer code:
My code is not able to ping the redis cluster and it is giving the error stating
Connection Refused
.Any hints about what can I can be doing wrong here?
cc: @Grokzen
Beta Was this translation helpful? Give feedback.
All reactions