What is Redis?

Source: Internet
Author: User

What is Redis?

What Redis is, first of all, the Redis official online says: A persistent key-value database with built-in NET interface written in ansi-c for Posix systems

Redis is the key value server, which can replace MySQL as a database, and it can also store hot data as a cache server. and Redis supports complex data features, such as List,set.

There are two ways to store Internet Information:

1. Relational database

2.key value

Business data is not simple data characteristics, such as rights management, such as the user's permissions, is a list data structure.

If you store with a relational database, you need to store permissions with multiple rows of data, each row will have redundant information, and if you use Redis storage

can be simple and efficient, because Redis supports atomic operations of the list data structure and can add or remove atomic members.

and using Redis does not have to be concerned with data persistence issues.

What is 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.