nickmonad/kv
small and fast key/value store
kv
is a simple Redis-compatible key/value store.
WARNING Definitely not for production usage. Maybe someday.
io_uring
-based event loop.zig build
./zig-out/bin/kv
I started working on this as a way to learn zig through
CodeCrafter's "Build your own Redis" challenge. It's been a lot of fun
and I wanted to tack on some other things, such as io_uring
.
MIT