Command Reference ( server mode )

  • List of server mode commands.

Service List : cmdbox -m server -c list <Option>

  • Displays a list of servers that are running.

  • It can also be used from the client environment.

Option

Required

Description

--host <IP address or host name>

Specify the service host of the Redis server.

--port <port number>

Specify the service port of the Redis server.

--password <password>

Specify the access password of the Redis server (optional). If omitted, password is used.

--timeout <time-out>

Specify the maximum waiting time until the server responds.

Service Launch : cmdbox -m server -c start <Option>

Option

Required

Description

--host <IP address or host name>

Specify the service host of the Redis server.

--port <port number>

Specify the service port of the Redis server.

--password <password>

Specify the access password of the Redis server (optional). If omitted, password is used.

--svname <Service Name>

Specify the service name of the inference server. If omitted, server is used.

--data <data folder>

When omitted, f`$HONE/.{version.__appid__}` is used.

--retry_count <Number of retries>

Specifies the number of reconnections to the Redis server.If less than 0 is specified, reconnection is forever.

--retry_interval <Retry Interval>

Specifies the number of seconds before reconnecting to the Redis server.

Service Stops : cmdbox -m server -c stop <Option>

Option

Required

Description

--host <IP address or host name>

Specify the service host of the Redis server.

--port <port number>

Specify the service port of the Redis server.

--password <password>

Specify the access password of the Redis server (optional). If omitted, password is used.

--svname <Service Name>

Specify the service name of the inference server. If omitted, server is used.

--timeout <time-out>

Specify the maximum waiting time until the server responds.