Skip to content

A distributed in-memory key-value store in Golang.

Notifications You must be signed in to change notification settings

puyihua/meme-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meme-cache

how to run

in /cmd/meme-cache, run go run main.go

how to test

http://localhost:8080/put?key=1&value=2

http://localhost:8080/get?key=1

// For master server
// add new cache server
http://localhost:8081/addMember?host=127.0.0.1&port=8081&vid=11231&vid=286555555&vid=3885454534235
// get current membership
http://localhost:8081/getMembers

About

A distributed in-memory key-value store in Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published