Description
In this course, you will learn :
- Learn to use Redis in your web projects
- Understand and master Redis philosophy and development techniques
- Master Professional Redis tips and tricks
- Create a complete professional project using Redis
Syllabus :
1. Intro To Redis
- Section Intro
- What Is Redis
- Thinking In Redis
- General Security
2. Getting Started With Redis
- Section Intro
- Installing Redis in Linux
- Installing Redis in Windows
- Redis CLI Basics
3. Learning Redis Commands
- Section Intro
- Key Value Pair Commands
- SCAN & MATCH
- Client & Config Commands
4. Working With Data Types
- Section Intro
- Lists
- Sets
- Sorted Sets
- Hashes
5. Data Persistence
- Section Intro
- Data Persistence Overview
- RDB & Snapshotting
- AOF - Append Only File
- RDB & AOF In Action
6. Redis & Node.js - Task List Project
- Project Intro
- Node.js & Express Server Setup
- Client Setup & Get Tasks
- Adding Tasks
- Deleting Tasks
- Next Call Hash
- Twitter Bootstrap UI