Description
In this course, you will learn :
- Installing Redis on Windows
- Installing Redis on Linux instance using Amazon Web Services
- Working with Predis - Redis Client
- Learning the basics of Redis
- Exploring Sets
- Exploring Sorted Sets
- Exploring Lists
- Exploring Hashes
- Integrating Redis with PHP Forms
Syllabus :
1. Installing Redis on Windows
- Installing Redis on Windows
- Installing Redis Client For PHP
- Connecting Redis via Predis
2. Installing Redis on Linux
- Installing Redis on Linux
- Setting up Redis on Linux - Amazon EC2 instance
- Redis - Running Redis on Linux and Connecting it to PHP via PRedis
3. Redis Basics
- Redis Datatypes
- Redis - Store/Retrieve/Check Data
- Increment and Decrements Commands
4. Exploring Lists
- Introduction to commands to work with Lists
- Working with lists - Code Example
5. Exploring Hashes
- Introduction to commands to work with Hashes
- Working with Hashes
6. Exploring Sets
- Introduction to commands to work with Sets
- Working with Sets
7. Exploring Sorted Sets
- Introduction to commands to work with Sorted Sets
- Working with Sorted Sets
8. Setting Expiry and Persisting Data
- Setting Expiry and Making a key persistent
- Working with Expiry and Persists
9. Predis and PHP
- Integrating Redis with PHP Forms