Skip to content

ahmedash95/build-redis-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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