Skip to content

CLI

  • redis-web (canonical)
  • webdis (compatibility alias)

Both binaries accept the same flags and config file format. Prefer redis-web for new deployments and scripts.

The main redis-web binary runs in the foreground and logs to stderr. Let your process supervisor handle daemonization and log capture.

Terminal window
redis-web redis-web.min.json
redis-web --config redis-web.json
redis-web --write-minimal-config
redis-web --write-default-config

Alias binary:

Terminal window
webdis webdis.json

The alias is temporary and emits a deprecation message.