Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 398 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 398 Bytes

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