Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 279 Bytes

What is this project?

  • This is a key-value distributed, in-memory database in the style of Redis
  • I am working to support full master-replica synchronization as well as an election system
  • The database uses RESP encoding for communication with clients and within instances