Webdis HTTP client for Redis - Dockerized
See http://webd.is/ for documentation on Webdis.
To build the image
docker build -t robtec/webdis .
To run the image
docker run -d -p 7379:7379 --name webdis cristianmedeiros/webdis
Test it out!!
curl http://<docker-host>:7379/SET/hello/world
{"SET":[true,"OK"]}
curl http://<docker-host>:7379/GET/hello
{"GET":"world"}