Add Build your own Redis from scratch in Go

pull/933/head
Ahmed Ammar 7 months ago committed by GitHub
parent a7114fb8bb
commit 5b416b5d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save