aleksraiden opened a new issue, #805: URL: https://github.com/apache/incubator-kvrocks/issues/805
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Motivation In local env, when we configure fro maximal performance, we want use only unixsocket, without any TCP. If I comment bind and port options and uncomment unixsocket, after start, kvrocks try to bing localhost:6666 port, ignoring disable option. In other hands, Redis works very well :) ### Solution Not trying to bind TCP if both options are disabled (bind and port) ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
