Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 290 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 290 Bytes

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.