Replies: 1 comment
|
Forget about that. It was a bug in my code. I fixed it and raised a ticket for Valkey to improve: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I have a question about cluster nodes output from valkey-go. Maybe I have a bug in my code, but I can't find it. The problem I spotted is double "port" in the output:
RAW from ClusterNodes: txt:036e48d5a1c9c6af6c3bce08aa0604a5e720a37e 10.1.131.239:6380:6380@16380 myself,master - 0 0 0 connectedCode snippet:
Before that I was using Radix and the output from command
err := clientIf.Do(radix.Cmd(&raw, "CLUSTER", "NODES"))had port only once:RAW from ClusterNodes: 036e48d5a1c9c6af6c3bce08aa0604a5e720a37e 10.1.131.239:6380@16380 myself,master - 0 0 0 connectedI can fix that in the code, but I am curious if this is expected, known, or I have a bug in my code? What do you think?
BR,
Seb
All reactions