dockerfiles/webdis
kev 97ea4e9e64 add webdis 2021-05-10 16:17:55 +08:00
..
data add webdis 2021-05-10 16:17:55 +08:00
Dockerfile add webdis 2021-05-10 16:17:55 +08:00
README.md add webdis 2021-05-10 16:17:55 +08:00
docker-compose.yml add webdis 2021-05-10 16:17:55 +08:00

webdis

Webdis is a simple HTTP server which forwards commands to Redis and sends the reply back using a format of your choice. Accessing /COMMAND/arg0/arg1/.../argN[.ext] on Webdis executes the command on Redis and returns the response; the reply format can be changed with the optional extension (.json, .txt…)