webdis

HTTP interface for Redis with JSON output support

brewmacoslinux
Try with needOr install directly
Source

About

Redis HTTP interface with JSON output

Commands

webdis

Examples

Start the Webdis server on default port 7379$ webdis
GET a Redis key via HTTP and receive JSON response$ curl http://localhost:7379/GET/mykey
SET a Redis key via HTTP request$ curl http://localhost:7379/SET/mykey/myvalue