Skip to content

A CLI application to communicate with your Simple Key-Value Store!

Notifications You must be signed in to change notification settings

huttongrabiel/skv_talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKV-Talk

A user friendly way of interacting with skv, a simple networked key-value store.

SKV-Talk Demo

Installation

git clone https://github.com/huttongrabiel/skv_talk.git
cd /path/to/skv_talk
cargo build --release

Usage

NOTE: skv must be started first. See below for information on skv.

# Run skv_talk
./target/release/skv_talk

# Follow CLI prompts to make a GET, PUT, DELETE, or Ls request.

SKV

For more on skv, see skv.

About

A CLI application to communicate with your Simple Key-Value Store!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages