FrankQixiangGao / Redis-cpp

Build your own redis in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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++

License:MIT License


Languages

Language:C++ 100.0%