Nosql--redis to install the configuration under Win7 one

Source: Internet
Author: User

Nosql--redis To install the configuration under Win7 one

Some of it's from the Internet.

1. Download and install

Redis It does not have the official version of Windows, but unofficial version, to the official website to download the corresponding version, My computer is win7 under the system, download the 2.4.5 version of the

Http://code.google.com/p/servicestack/wiki/RedisWindowsDownload#Download_32bit_Cygwin_builds_for_Windows


Then you can unzip it directly.


I cut the 64bit folder directly to the D drive and changed the name redis-2.4.5, which means my redis installation directory is d:\redis-2.4.5. Because there are already redis.conf files in this version, there is no need to add redis.conf files.

Redis-server.exe: Service Program

Redis-check-dump.exe: Local Database Check

Redis-check-aof.exe: Update log Check

Redis-benchmark.exe: performance test to simulate simultaneous sending of Mge sets/gets queries by n clients

2. Configuration operation

To start Redis:

Input command:redis-server.exe redis.conf

This means that the Redis boot is successful, Note: Do not close the window, or Redis will stop the service. And then another window to set the client

Input command:redis-cli.exe-h 192.168.0.112-p 6379


This allows you to work with 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.