Skip to content

jt-l/kvstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVSTORE

A simple in-memory key value store

INSTALL

git clone https://git.sr.ht/~combinations/kvstore

RUN

cargo run 

BUILD

cargo build --release

DOCS

cargo doc

USAGE

USAGE:
    kvstore [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    get     Get the value of a key from the store
    help    Prints this message or the help of the given subcommand(s)
    rm      Remove a key and its value from the store
    set     Set a value for a given key

About

basic key-value store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages