You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Nick Saika edited this page Oct 31, 2012
·
5 revisions
Scarlet currently supports the following flags:
-a — Specify the address and port Scarlet's HTTP server should listen on. This currently defaults to :6380.
-c — Specify the configuration file to use. The default is scarlet.conf.json, in the current working directory.
-d — Enable debugging. Currently there isn't much this flag does other than store a boolean value for use within the rest of the application.
-h — Print a help/USAGE message and exit.
-r — The upstream Redis host to connect to. The argument to this can either be in the form tcp:IP_ADDR:PORT for regular TCP/IP connections, or unix:/path/to/sock.file for UNIX socket connections.
-rp — The password to use when connecting to the Redis host (defaults to an empty string). This flag will be ignored unless the Redis host is set using the -r flag.