From 5b416b5d4e774689386b23f03a2874fa038edc0d Mon Sep 17 00:00:00 2001 From: Ahmed Ammar Date: Wed, 20 Sep 2023 19:31:11 +0200 Subject: [PATCH] Add Build your own Redis from scratch in Go --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc3f79e..df434e3 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,8 @@ It's a great way to learn. * [**C++**: _Build Your Own Redis from Scratch_](https://build-your-own.org/redis) * [**Golang**: _Build Your Own Database from Scratch: Persistence, Indexing, Concurrency_](https://build-your-own.org/database/) * [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dinesh.wiki/posts/build-your-own-persistent-kv-store/) - +* [**Golang**: _Build Your Own Redis from Scratch](https://www.build-redis-from-scratch.dev/) +* #### Build your own `Docker` * [**C**: _Linux containers in 500 lines of code_](https://blog.lizzie.io/linux-containers-in-500-loc.html)