Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 388 Bytes

miniDB

A mini kv database demo that using simplified bitcask storage model with rust implementation.

kvs 0.1.0

USAGE:
    kvs <SUBCOMMAND>

OPTIONS:
    -h, --help       Print help information
    -V, --version    Print version information

SUBCOMMANDS:
    get     get <KEY>
    rm      rm <KEY>
    set     set <KEY> <VALUE>