Installing Redis under Windows 64-bit (a)

Source: Internet
Author: User
Tags download redis

1. Download Redis installation package

1), official website: http://redis.io/

2), official download: http://redis.io/download can download different versions as needed

3), Windows edition: Https://github.com/MSOpenTech/redis/releases

4), after the download is complete, in the e-disk "program Files" directory under the new folder "Redis", right-click the Redis zip package, unzip all the files into the Redis folder.

5), File Description:

Redis-benchmark.exe #基准测试

Redis-check-aof.exe # AOF

Redischeck-dump.exe # Dump

Redis-cli.exe # Client

Redis-server.exe # Server

REDIS.WINDOWS.CONF # configuration file

2. Start Redis

Windows run (shortcut key: Press and hold the Windows key + R) to enter the CMD operating system window. Use the command "Redis-server.exe redis.windows.conf" to start the Redis service. The service started successfully in a state such as.

Start the Doc window for the Redis service without shutting down because the service needs to be executed all the time, close the service, and close the window directly.

3. Configure Redis access rights

1. Open redis.windows.conf file, remove the # before Requirepass, change the password to redis1234

4. Test use

Open a new doc window with your own client tool to test the command "Redis-cli.exe" with the following details:

Installing Redis under Windows 64-bit (a)

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.