←back to thread

135 points barddoo | 2 comments | | HN request time: 0.001s | source

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