Skip to content

9glt/go-cache-persistent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Persistent Cache via HTTP api

start daemon

./cache -db ./db.db -bind 127.0.0.1:1251

put value

curl -X POST --data "value "localhost:1251/put?key=test&ttl=60"

get value

curl localhost:1251/get?key=test

About

simple HTTP api to cache data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages