Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 266 Bytes

Redis Skeleton

  • redis-cli.cpp: Redis client (submit this)
  • redis-server.cpp: Redis server (submit this)
  • common.hpp: common header for server & client (submit this)
  • Makefile: build script (do not submit)
  • Dockerfile: docker script (do not submit)