Windows Install Redis

Source: Internet
Author: User
Tags install redis redis server

First, download the installation package,: https://github.com/MSOpenTech/redis/releases, this download is:redis-x64-3.2.100.zip

Second, unzip to the installation directory, as I extracted to: D:\moy\Learn\Redis-32100 directory

Third, testing

1. Open the cmd window and use the CD command to access the Extract directory.

CD   D:\moy\Learn\Redis-32100

2, enter Redis-server.exe redis.windows.conf command to start the Redis server, you can also double-click the Redis-server.exe start by default configuration

Redis-server.exe    

3, then open the cmd window, use the CD command to enter the decompression directory, enter redis-cli.exe-h 127.0.0.1-p 6379 Open the client, you can also directly double-click Redis-cli.exe to start the client

Redis-cli.exe   -H  127.0.  0.1-  p  6379

4. Enter the command on the client command line: Ping, the Pong appears, the installation succeeds.

Yexiangyang

[Email protected]

Windows Install Redis

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.