Skip to content

helinwang/kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kv

Build Status

A Go key/value store service based on BoltDB, access BoltDB from multiple processes.

Integrate with Go

Please see here.

CLI example

go get github.com/helinwang/kv/cmd/kvctl
go get github.com/helinwang/kv/cmd/kv

# Start kv service:
kv -path db.bin

# Test (open another terminal)
kvctl put :8080 hello hi
kvctl get :8080 hello

# Output: hi

Graceful Shutdown

Supported in the CLI. Please see here.

About

A Go key/value store service based on BoltDB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages