Home > Database > Redis > body text

what is redis

藏色散人
Release: 2019-06-10 15:47:57
Original
4817 people have browsed it

what is redis

What is redis?

Recommended: "redis video tutorial"

Official introduction Explained: Redis is an open source project based on BSD. It is a storage system that stores structured data in memory. You can use it as a database, cache and message middleware.

Also supports data types such as strings, lists, hashes, sets, sorted sets, bitmaps, hyperloglogs and geospatial indexes. It also has built-in replication, lua scripts, LRU, transactions and other functions, achieving high availability through redis sentinel and automatic sharding through redis cluster. As well as transactions, publish/subscribe, automatic failover and more.

In short, redis is a key-value storage system. Including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type).

● redis provides five data types: string, hash, list, set and zset (sorted set).

● redis uses two file formats: full data and incremental requests.

The above is the detailed content of what is redis. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!