Any way to get port of the running server\node? #1361
Answered
by
vazois
AizenSousuke
asked this question in
Q&A
-
|
I'm trying to get the port from the config file for garnet when the server is starting\has started. Any way I can do this? |
Beta Was this translation helpful? Give feedback.
Answered by
vazois
Mar 3, 2026
Replies: 1 comment
-
|
Check https://github.com/microsoft/garnet/blob/main/test/Garnet.test/GarnetServerConfigTests.cs on how to part .conf file. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vazois
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check https://github.com/microsoft/garnet/blob/main/test/Garnet.test/GarnetServerConfigTests.cs on how to part .conf file.