Windows7 under Installation Redis tutorial and configuration detailed

Source: Internet
Author: User
Tags download redis redis tutorial

Sungeek

Source: http://www.cnblogs.com/Sungeek/

Welcome to reprint, please also keep this paragraph statement. Thank you!

Brief introduction:

Redis is an open source, Key-value database that is written in ANSI C language, supports the network, can be persisted based on memory,

and provides APIs in multiple languages. From March 15, 2010 onwards, the development work of Redis is hosted by VMware. Since May 2013, the development of Redis has been sponsored by pivotal.

1. Turn on and configure Redis

①. First to download Redis:

Http://redis.io/download This is the official website download the corresponding version of the address download,

After downloading the decompression:

File Description:

Redis-benchmark.exe #基准测试

Redis-check-aof.exe # AOF

Redischeck-dump.exe # Dump

Redis-cli.exe # Client

Redis-server.exe # Server

REDIS.CONF # configuration file

②. Windows run (shortcut key: Windows key +r), enter the "cmd" command to enter the Doc OS window.

First go to your Redis unzip in which disk, for example my is D disk: (see)

Use the command "Redis-server.exe redis.conf" to start the Redis service

2. Test if Redis is turned on successfully

Open a DOS again,

To access the Redis unzipped hard drive directory, run the following command:

Enter the client command: Redis-cli.exe,

Again set key value, [Key=age, Value=18]

Then get age, you get a key value,

Note: If you run an error, the Property compatibility permission (run as Administrator).

Windows7 Installation Redis tutorial and configuration detailed

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.