Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 224 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 224 Bytes

rust-kv-store

Small program to learn Rust language concepts.

The program implements simple get/set/clean commands on top of a backend service.

Currently supporting redis backend (with hardcoded address ATM).