Redis Development Environment Setup

Source: Internet
Author: User
Tags download redis install redis

Redis officially does not provide Windows edition, but Microsoft Open source organization provides a version of the Windows Redis, in the spirit of learning, the next will be on my computer to build a Windows version of the Reids service.

1. Download Redis installation package for Windows: Https://github.com/MSOpenTech/redis

The installation package can download the MSI installer directly, download the source code to build it yourself, and get it by other means, such as nuget.

MSI package: Redis-x64-3.0.501.msi is installed to run directly as a Windows service.

NuGet Installation:

MSI installation package I have not been downloaded, so is the installation through NuGet, after performing the installation to perform the installation successfully, you can copy the Redis files under the Packages folder under the solution to other folders, the main files are as follows:

2, installed as a Windows service:

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

3. Testing

Open Redis Client: Execute REDIS-CLI command

To save a number using the SET directive:

To take a value using a Get instruction:

Redis Development Environment Setup

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.