←back to thread

135 points barddoo | 1 comments | | HN request time: 0.204s | source

Writing Redis from scratch in Zig.
Show context
nitishr ◴[] No.45308953[source]
Are you keeping it single threaded?
replies(1): >>45309584 #
1. barddoo ◴[] No.45309584[source]
No, I wasn’t able to get it working with async io using io_uring/kqueue.