Skip to content

A study project copying redis built in C++ ( i don't know C++ )

Notifications You must be signed in to change notification settings

Daniellunsc/redis-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a dummy Redis copy made in C++ following "Build Your Own Redis" Challenge.

To put it running, you can run ./spawn_redis.sh and it will start this dummy C++ redis.

After that, you can connect your redis client to localhost:6379 and start playing with it.

Actually it only works in-memory without storing anything in disk.

Commands implemented

  • PING
  • SET with PX option
  • GET

About

A study project copying redis built in C++ ( i don't know C++ )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published