kvarg

command module
v0.0.0-...-3103a29 Latest Latest
Warning

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

Go to latest
Published: May 11, 2016 License: MIT Imports: 7 Imported by: 0

README

#Kvarg A simple key-value service that uses redis for storage.

Can be used as a simple interface to redis but also for service discovery and shared configuration.

##Usage The following example sets a key and then retrieves it.

curl -XPUT http://127.0.0.1:4711/mykey -d value="kvarg for breakfast"
curl http://127.0.0.1:4711/mykey

##Running with docker-compose

docker-compose up -d

##Running with docker

docker run --name redis -d redis
docker run --port 4711:8080 --link redis:db sudoq/kvarg

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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