Redis Crash Course

Become a web developer with my FREE Web Development Roadmap - 260+ videos, 120+ projects, 60+ articles 👉 https://webdevsimplified.com/web-dev-... FREE MongoDB Cheat Sheet - 40+ methods 👉 https://webdevsimplified.com/mongodb-... Redis is the most popular caching tool. It can be used with pretty much any programming language and provides incredibly versatile and quick caching. Redis powers a huge portion of the web so it is important to understand how it works. In this video I will be covering Redis in depth from how to install it, what commands you can use, all the way to how to use it in a real world project. 📚 Materials/References: Windows Subsystem Linux: https://docs.microsoft.com/en-us/wind... JavaScript Sets Video:    • Another 5 Must Know JavaScript Features Th...   JavaScript Sets Article: https://blog.webdevsimplified.com/202... Postman Clone Video: 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon:   / webdevsimplified   Twitter:   / devsimplified   Discord:   / discord   GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱️ Timestamps: 00:00 - Introduction 00:35 - What Is Redis? 03:04 - Redis Installation 04:18 - Basic Redis Commands 06:44 - Handling Expirations 07:51 - Lists 10:07 - Sets 11:30 - Hashes 13:16 - Node.js Example #Redis #WDS #Nodejs