Description
In this course, you will learn :
- What is Redis and how should it be used?
- Lists, Sets, and Hashes are examples of Redis data structures.
- Redis commands such as get, set, expire, scan, config, commands, and client are examples.
- How to persist data to disc and various methods of persistence such as RDB, AOF, and snapshotting
- Create a task manager website with NodeJS, Redis, and Twitter Bootstrap.
Syllabus :
1. Intro To Redis
- What Is Redis
- Thinking In Redis
- General Security
2. Getting Started With Redis
- Installing Redis In Linux
- Installing Redis In Windows
- Redis CLI Basics
3. Learning Redis Commands
- Key-Value Pair Commands
- SCAN & MATCH
- Client & Config Commands
4. Working With Data Types
- Lists
- Sets
- Sorted Sets
- Hashes
5. Data Persistence
- Data Persistence Overview
- RDB & Snapshotting
- AOF - Append Only File
- RDB & AOF in Action
6. Redis & Node.js - Task List Project
- Node.js Express Server Setup
- Client Setup & Get Tasks
- Adding Tasks
- Deleting Tasks
- Next Call Hash
- Twitter Bootstrap UI