Windows Redis installation configuration Simple tutorial _redis

Source: Internet
Author: User
Tags redis command access install redis

This article for everyone to share the Redis installation tutorials for your reference, the specific contents are as follows

1. Install Redis

After downloading through the above path to the specific folder, extract the following files:


Switch through CMD to the extracted folder directory, and then type the following command:redis-server--service-install redis.windows.conf
can be installed successfully, in the service here can see the service called Redis.

2. Change Password

Locate redis.windows.conf under the Unpacked folder and use the file editor to enter the edit. Find Requirepass, and the foobared on the right is the password you want to set.


3. Command Access

Also first switch to Redis extract directory, type redis-cli.exe-h 127.0.0.1-p 6379-a [password] access to the Redis console
Enter key value pairs command:set key value
Remove key value pairs command: Getkey

The above is the entire content of this article, I hope to help you learn, but also hope that we support the cloud habitat community.

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.