C # Redis Series 1: Understanding, downloading, installing, and using Redis,

Source: Internet
Author: User
Tags download redis

C # Redis Series 1: Understanding, downloading, installing, and using Redis,

I. Understanding Redis

1. Redis is a high-performance key-value database.

2. it supports more storage value types, including string, list, set, and zset) and hash (hash type ).

3. Periodically write the updated data to the disk or write the modification operation to the append record file.

4. what others say is better than me. Redis Baidu encyclopedia

Ii. Download

To match my tutorials, I recommend you download redis-2.4.5-win32-win64

Iii. How to install

Ke. When I downloaded the package, it was packaged by someone else (based on your system selection)

2.double-hitting redis-server.exe

3. Download a visual client:

Redisclient-win32.x86.1.5

4. After the server is opened, the default ip address and port number are 127.0.0.1: 6379 (no password)

 

 

4. Miscellaneous

1. Set the password

Use the downloaded redis-cli.exe

Command:

1. set the password: config set requirepass 123456

2. View: info (verification fails)

3. Authorize login to auth 123456

 

 

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.