Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 460 Bytes

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