Run Redis on Windows

Source: Internet
Author: User
Tags install redis

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.