Skip to content

FrankQixiangGao/Redis-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo is the implementation of the "Build your own redis in C" book

How to run this program

g++ -Wall -Wextra -O2 -g server.cpp -o server
g++ -Wall -Wextra -O2 -g client.cpp -o client

Then run the ./server and ./client in two different terminals.

About

Build your own redis in C++

Topics

Resources

License

Stars

Watchers

Forks

Languages