tidwall / redcon

Redis compatible server framework for Go
MIT License
2.16k stars 159 forks source link

export the server.Serve method #22

Closed smallnest closed 5 years ago

smallnest commented 5 years ago

sometimes I need to pass the net.Listener to the server but the serve is unexported. Suggest adding server.Serve method and the net.Listener as the parameter.

tidwall commented 5 years ago

Makes total sense. Thanks for the PR. I just pushed it!