restdis

command module
v0.0.0-...-77e4c42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2016 License: MIT Imports: 3 Imported by: 0

README

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"}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL