Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 195 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 195 Bytes

redis-clone

Yet another Redis clone

This is my attempt to build a Redis clone in Rust.

How to run

cargo run

How to test

cargo test

How to build

cargo build