If you go to the current version and open up bin
the > release
folder, you'll get a ZIP file containing the relevant fi Les as well as a Word document called with the RedisService.docx
following instructions:
Installing the Service
--service-install
This must is the first argument on the Redis-server command line. Arguments after this was passed in the order they occur to Redis when the service is launched. The service would be configured as Autostart and would be launched as "NT AUTHORITY\NetworkService". Upon successful installation a success message would be displayed and Redis would exit. This command does not start the service.
For instance:
Redis-server--service-install redis.windows.conf--loglevel verbose
And then later, in the same document, another example:
The following would install and start three separate instances of Redis as a service:
Redis-server--service-install–service-name Redisservice1–port 10001
Redis-server--service-start–service-name RedisService1
Redis-server--service-install–service-name Redisservice2–port 10002
Redis-server--service-start–service-name RedisService2
Redis-server--service-install–service-name Redisservice3–port 10003
Redis-server--service-start–service-name RedisService3
From what I can gather, this appears to be the new-forward rather than messing with a separate Windows service to Moni Tor and restart the CLI.
Run Redis on Windows