Skip to content

soub4i/gokv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Yay another concurrent kv store with golang

How to run

# Run server
PORT=8080 go run main.go

API

# Set key
curl GET http://localhost:8080/set/ke/value

# Get key

curl GET http://localhost:8080/get/key

# Delete key

curl GET http://localhost:8080/delete/key

Cheers!

About

Yay another concurrent kv store with golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages