build-redis-from-scratch icon indicating copy to clipboard operation
build-redis-from-scratch copied to clipboard

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 [email protected]:ahmedash95/build-redis-from-scratch.git
  • Run the server
go run main.go
  • Run the client
redis-cli