Description
In this course, you will learn :
- In this Redis server training tutorial, you will learn Redis from the ground up, including fundamental concepts such as Data Types and Commands.
- This tutorial will begin with Data Types and Commands and will be packed with examples.
- Integrating Redis with a PHP and Python client demonstrates how simple it is to use Redis as an abstracted adapter in two popular languages.
Syllabus :
1. Intro and Setup
- Intro to Redis
- Install Redis on Linux or Windows
- Configuration Glance
- System Basics
2. Beginning with DataTypes
- DataType: Strings
- More String Options
3. PHP Client & More DataTypes
- Using PHP as a Redis client
- DataType: Hashes
- DataType: Lists
4. Python Client & Advanced Data Types
- Using Python as a Redis client
- DataType: Sets
- DataType: Sorted Sets
5. Powerful Features
- HyperLogLog
- PubSub
6. Various Commands
- Transactions
- Connection Commands