Redis Caching Concepts with Node.js
1h 52m 26s
English
Paid
Course description
Redis is an open-source in-memory data store used as a database, cache, and message broker. It is incredibly fast and suitable for a multitude of tasks. In this course, you will learn what Redis is and how to integrate it with Node.js.
We will look at key npm modules such as redis-cli and ioredis, which allow interaction with Redis, and explore why they are necessary.
The course covers:
- Basics of Redis
- Strings, integers, and key-value pairs
- Sets and lists
- Common operations
- Key expiration
- Single-threaded nature of Redis
- Projects with Redis and Node.js
This course will help you gain a deeper understanding of Redis’s capabilities and its application in Node.js development.
Watch Online
0:00
/ #1: Course Introduction
All Course Lessons (22)
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Course Introduction Demo | 01:27 | |
| 2 | What is Redis exactly | 03:40 | |
| 3 | Why choose Redis | 06:53 | |
| 4 | Redis Hello World | 03:23 | |
| 5 | Common operations with Redis | 10:06 | |
| 6 | Redis key name convention | 02:39 | |
| 7 | Expiring keys in Redis | 04:39 | |
| 8 | How expiring keys work in Redis | 03:50 | |
| 9 | Connecting Redis with Node.js | 06:42 | |
| 10 | Introduction to project | 10:01 | |
| 11 | Invalidating Cache | 06:01 | |
| 12 | Refreshing data in background | 03:58 | |
| 13 | Introduction to project 2 | 02:03 | |
| 14 | Rate limiting by IP Address | 05:02 | |
| 15 | Setting TTL on rate limit | 04:03 | |
| 16 | Creating Express.js middleware for rate limiting | 07:35 | |
| 17 | Atomicity and Single Threaded | 07:16 | |
| 18 | Key patterns | 03:27 | |
| 19 | Lists | 02:09 | |
| 20 | More on lists | 06:52 | |
| 21 | Sets | 04:13 | |
| 22 | Transactions | 06:27 |
Unlock unlimited learning
Get instant access to all 21 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionComments
0 commentsWant to join the conversation?
Sign in to commentSimilar courses
Node.js for Beginners - Become a NodeJs Developer + Project
Sources: udemy
I don't know about you,but regular classes bore me, and that is why on this Node.js course we make it fun to learn LOTS of cool things. This course is meant for
22 hours 54 minutes 50 seconds
Build a Full-Stack Chrome Extension with NodeJS and MongoDB
Sources: udemy
In this course, we'll be developing a new Full-Stack Chrome Extension that Scrapes Amazon, and automatically saves Product Data within a MongoDB Database. Our f
6 hours 15 minutes 12 seconds
Node.js, Express, MongoDB & More The Complete Bootcamp 2024
Sources: udemy
Do you want to build fast and powerful back-end applications with JavaScript? Would you like to become a more complete and in-demand developer? Then Node.js is
42 hours 15 minutes 4 seconds
Node JS: Advanced Concepts
Sources: udemy, Stephen Grider
Node Internals: Here's one of the most common interview questions you'll face when looking for a Node job: "Can you explain Node's Event Loop?" There are two types of engineers:...
16 hours 3 minutes 30 seconds
Microservices with Node JS and React
Sources: udemy, Stephen Grider
Event-Based Architecture? Covered! Server side rendering with React? Yep. Scalable, production-ready code? Its here! Microservices are the number one solution for building and ...
54 hours 13 minutes 19 seconds