Redis is a high-performance key-value database. The emergence of redis has largely compensated for the shortcomings of key/value storage such as memcached, and can play a very good supplementary role to relational databases in some situations. It provides Java, C/C, C#, PHP, JavaScript, Perl, Object-C, Python, Ruby, Erlang and other clients, which is very convenient to use.
Redis supports master-slave synchronization. Data can be synchronized from the master server to any number of slave servers, and the slave server can be a master server associated with other slave servers. This allows Redis to perform single-level tree replication. Saving can write data intentionally or unintentionally. Since the publish/subscribe mechanism is fully implemented, when the slave database synchronizes the tree anywhere, it can subscribe to a channel and receive the complete message release record of the master server. Synchronization is helpful for scalability and data redundancy of read operations.
The official website address of redis is very easy to remember, it is redis.io. (I checked specifically and found that the domain name suffix io ??belongs to the national domain name and is British Indian Ocean territory)
Currently, Vmware is funding the development and maintenance of the redis project.
Course Introduction:redis is a storage system. It supports storing relatively more value types, including string (string), list (linked list), set (set), zset (sorted set - ordered set) and hash (hash type). "Maizi AcademyIn-depth redis video tutorial" will take you to understand this system from shallow to deep.
Video link: http://ipnx.cn/course/566.html
Statement of this Website
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn
Handmade baked food website template website template is a website template that provides various handmade baked food promotion website templates for download. Tip: This template calls the Google font library, and the page may open slowly.
Modern artificial intelligence writing service company website template is a company promotional website template download that provides artificial intelligence writing services. Tip: This template calls the Google font library, and the page may open slowly.
The plan planning solution service studio website template is a company promotional website template download that provides various planning plan services. Tip: This template calls the Google font library, and the page may open slowly.
Intelligent business consulting service company website template is a company promotional website template download that provides various business consulting services. Tip: This template calls the Google font library, and the page may open slowly.
IT solution provider promotional website template is a promotional website template download suitable for companies that provide various IT technology solutions. Tip: This template calls the Google font library, and the page may open slowly.
HTML5 enterprise blockchain service website template is a company promotional website template download that provides blockchain services for enterprises. Tip: This template calls the Google font library, and the page may open slowly.
The Indian religious and cultural education website template is a website template download suitable for Indian religious, cultural and educational publicity services. Tip: This template calls the Google font library, and the page may open slowly.
Minimalist purple style IT solution company website template is a website template that provides T solution company promotional website template website template download. Tip: This template calls the Google font library, and the page may open slowly.
This set of tutorials uses a real school teaching management system as an example to teach you step by step how to quickly develop a commercial project using the ThinkPHP5 framework on a piece of white paper, starting from scratch, allowing you to quickly get started with TP5 project development. .