Installing Redis under Windows

Source: Internet
Author: User
Tags install redis

One, download the Windows version of Redis

Because you want to use Redis, install it on Windows, and make notes by the way.

Since the Redis official website does not have a version of Windows, download it on GitHub: https://github.com/MSOpenTech/redis/tags

My system is Win10 64-bit, so download the following version.

Second, the installation of Redis

1, unzip the downloaded compressed package, compressed a directory, such as F:\Redis

2. Enter CMD in the runtime and point the directory to the extracted Redis directory

3, start the command, enter Redis-server redis.windows.conf, appear as if the boot was successful.

third, set up Redis service

Although Redis is started above, Redis disappears as soon as you close the cmd window, so you want to set up Redis as a service under Windows.

On the cmd hit, point the directory to the unzipped Redis directory, enter the settings service command: Redis-server--service-install redis.windows-service.conf--loglevel Verbose, then open the service , a Redis service is found in the list and the service has been set successfully.

Common Redis Service commands:

Uninstall Service: Redis-server--service-uninstall

Open service: Redis-server--service-start

Stop service: Redis-server--service-stop

Installing Redis under 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.