godis
godis copied to clipboard
considere more redis-style IO model?
The current IO model is not s~~~~~o Redis-style.Could I make some contribute,make this more Redis-style?
i think the author doesn't plan to change to ae model.
Since it's a study-project~ why not~
Netpoller has huge advantages in readability and acceptable performance, and it takes advantage of goroutine. So there are no plans to use the epoll model for the time being.
But I am still very interested in io_uring
Redis style is not one of the goals. Godis even has a very un-redis style concurrency engine