tidwall / redcon

Redis compatible server framework for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

possible to use netpoll?

hiqsociety opened this issue · comments

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

Redcon does not use evio or net poll.

what does it use?

Just the built-in "net" package.