logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

webdis - fast HTTP interface for redis-server(1)

Author

webdis was written by Nicolas Favre-Félix.

       This manual page was written by Andrii Senkovych <andrii@senkovych.com> for the Debian project  (but  may
       be used by others).

                                                 August 29, 2013                                       WEBDIS(1)

Description

       Webdis  is  a  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).

Name

       webdis - fast HTTP interface for redis-server(1)

Notes

       On  Debian  GNU/Linux  systems,  webdis  is  typically started via the /etc/init.d/webdis initscript, not
       manually. This defaults to using /etc/webdis/webdis.json as a configuration file.

Options

       configfile
              Read options from specified configuration file.

Synopsis

webdis configfile

See Also