tidwall / redcon

Redis compatible server framework for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix domain sockets

bkeroackdsc opened this issue · comments

Any chance you could parameterize the network type, so that redcon would support listening on a Unix socket?

Good idea. I added the functions ListenAndServeNetwork and NewServerNetwork. Let me know if this works for you. Thanks for the suggestion.

💥 Super quick! Thank you @tidwall

You're welcome. :)