Redis installation [Windows]

Source: Internet
Author: User
Tags benchmark install redis

One. Redis: https://github.com/ServiceStack/redis-windows/tree/master/downloads

Download the corresponding version *.zip as needed. (I'm win7x64 here)

Two. Use

1. After downloading, unzip to your corresponding directory:

    

1 File Description: 2 Redis-benchmark.exe # Benchmark 3 redis-check-aof.exe # aof4 Redischeck-dump.exe # Dump5 redis-cli.exe # client 6 redis-server.exe # Server  7 redis.windows.conf # configuration file

2. Simply start Redis:

Enter the extracted folder, shift+ right-click into cmd;

    

Type the cmd command: redis-server.exe redis.windows.conf

    

    Note: This is the status of the service startup success, close the service directly shut down the cmd window;

3. Simple test status, where you can open a CMD window and type redis-cli.exe

    

Three. Installing the Redis Service

1. Open a CMD window under this folder to run the command:

   redis-server--service-install redis.windows.conf--loglevel verbose

  

  

2. Close the Server CMD window and start the Redis service in the service after refreshing;

3. Start Redis-cli.exe test to see;

Four. Other related

1. More Redis commands can be seen on the official website or Chinese station, Poke here: http://www.redis.cn/commands.html.

2. Redis visualization tool,Redisdesktopmanager,Open source,

hosted on GitHub, interested can go to see:Https://github.com/uglide/RedisDesktopManager

3. Management tools: Redisstudio:https://github.com/cinience/redisstudio

4. Hosts settings:

1 set duapphosts=127.0. 0.1         sqld.duapp.com2set redisduapphosts=127.0. 0.1         redis.duapp.com3 echo%duapphosts% >> C:\Windows\System32\drivers\etc\hosts  4 echo%redisduapphosts% >> C:\Windows\System32\drivers\etc\hosts

    

Redis installation [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.