You can use the eetoci-service
command to start a service. The command supports elasticsearch
, postgres
, and redis
services.
Example
neetoci-service start redis 7.0.5
The above command starts a redis
server with version 7.0.5
.
Supported Versions
The command only supports certain versions of the mentioned services. If you specify a version that is not available, an error message will be printed with a list of the available versions for that service.