Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 412 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 412 Bytes

KVS

KVS is a Key-Value Store implementation created as part of the Practical Networked Applications in Rust training course provided by Ping Cap.

The project is currently completed up to project 3.

At the moment, KVS is a single-threaded, persistent key/value store server and client with synchronous networking over a custom protocol.