←back to thread

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

Writing Redis from scratch in Zig.
Show context
jasonjmcghee ◴[] No.45308740[source]
I'm not really sure what it costs these days - i know certain projects not entirely free like they were a few years ago, but there's a pretty good "build your own redis" among other things.

It has little step-by-step tasks with automated tests. There are some other good ones like git and docker. It's pretty cool.

https://app.codecrafters.io/courses/redis/overview

replies(2): >>45308845 #>>45309901 #
1. barddoo ◴[] No.45309901[source]
Sounds pretty interesting.