{{ variable.name }}
Introduction: Redis is the main caching service used in php projects. Throughout this tutorial, we will introduce the installation and usage of redis, as well as how PHP uses redis. We will also introduce the five most common and essential data structures and frequently used commands of redis
Chapter 1 Course Introduction
What is redis? What are the functions of redis and what are its application scenarios
1-1 Summary of Course Content
1-2 What is redis
1-3 Application Scenarios of redis
Chapter 2 Installation of redis
Understand how to install the cli and server of redis, and how to operate redis from the console
2-1 redis Installation Environment
2-2 redis server-side Installation
2-3 Installation of redis Client
Chapter 3 Introduction to redis Data Types
Show the five most commonly used data types in redis with a data type structure diagram
3-1 Five Data Types of redis
3-2 string type operations
3-3 list Type Operations
3-4 set type operations
3-5 hash type operations
3-6 sort set type operations
Chapter 4 Installation of redis Extension for php
Let's install the redis extension for php step by step through practical experience together
4-1 PHP redis Extension Installation Environment
4-2 Installation of PHP redis Extension
Chapter 5 php Operations on redis
Use php to operate the five data types of redis
5-1 redis Linking Operations
5-2 string type operations
5-3 list type operations
5-4 set type operations
5-5 hash type operations
5-6 sort set type operations
Chapter 6 Course Summary
Review the endpoints and difficulties of the course
6-1 6 Course Summary