Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 327 Bytes

Redis clone in Rust

A multi-threaded, TCP, key-value store inspired by Redis implemented in Rust.

Toy project, don't expect good performance. Only GET and SET implemented right now. The key-value store is thread-safe (and atomic).

You can use redis-cli to try.

Code might be ugly for a Rust guru, feedback appreciated.