Skip to content

catsone/restdis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restdis

Restdis is a small web service that provides an HTTP interface to Redis. It's very similar to Webdis, except without all the fancy features.

Installing

go get github.com/catsone/restdis

Usage

The interface is pretty much the same as Webdis. You can use GET or POST interchangeably.

curl localhost:7631/SET/foo/bar
→ {"response":"OK"}

curl localhost:7631/GET/foo
→ {"response":"bar"}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages