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.