Redis Crash Course
דרג סרטון זה
התחבר כדי לדרג
תיאור
*Become a web developer* with my *FREE Web Development Roadmap* - _260+ videos, 120+ projects, 60+ articles_ 👉 https://webdevsimplified.com/web-dev-roadmap.html *FREE MongoDB Cheat Sheet* - _40+ methods_ 👉 https://webdevsimplified.com/mongodb-cheat-sheet.html 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/windows/wsl/install-win10 JavaScript Sets Video: https://youtu.be/yJDofSGTSPQ?t=752 JavaScript Sets Article: https://blog.webdevsimplified.com/2021-01/javascript-sets Postman Clone Video: 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon: https://www.patreon.com/WebDevSimplified Twitter: https://twitter.com/DevSimplified Discord: https://discord.gg/7StTjnR 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