LuisBarroso37 / kvs

Key-Value Store implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Key-Value Store implementation in Rust


Languages

Language:Rust 100.0%