Redis Clone

A seris of articles about how to implement an In-Memory Database like Redis in Go.

Supported Languages

Install

  • Clone the repo
git clone git@github.com:ahmedash95/build-redis-from-scratch.git
  • Run the server
go run main.go
  • Run the client
redis-cli