tidwall / redcon

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

possible to use netpoll? #50

Closed hiqsociety closed 1 year ago

hiqsociety commented 2 years ago

possible to use netpoll instead of evio? https://github.com/cloudwego/netpoll

tidwall commented 2 years ago

Redcon does not use evio or net poll.

hiqsociety commented 2 years ago

what does it use?

tidwall commented 2 years ago

Just the built-in "net" package.