Skip to content

mleleszi/cpp-redis-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-redis-clone

Overview

In this repo you can find a multithreaded Redis clone written in C++. It implements the Redis serialization protocol, allowing it to be used with the Redis CLI. WIP.

Features

  • Supports the following RESP data types:
    • Integer
    • SimpleString
    • BulkString
    • SimpleError
    • Array
  • Implemented Commands: SET, GET, ECHO, PING, EXISTS

Building

Build and run:

git clone https://github.com/mleleszi/cpp-redis-clone
cd cpp-redis-clone
mkdir build
cd build
cmake .. && make
./src/cpp_redis

Dependencies:

About

Multithreaded Redis clone written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published