Redis In-Memory Database Crash Course



Redis In-Memory Database Crash Course

Redis In-Memory Database Crash Course

Redis is a noSQL key-value store, in memory database first that exploded in popularity in the past few years. In this video slash course, we will explain what Redis is, talk about the in-memory model, the optional durability, replication, clustering publish subscribe and the protocol and finally we will go through examples. During the video I will add time codes to each topic so you guys can jump to the topic that interests you the most.

Download Slides here
https://payhip.com/b/rOlJ
(Members get all slides for free. Become a Member to support the channel)
https://www.youtube.com/channel/UC_ML5xP23TOWKUcc-oAE_Eg/join

0:00 Intro
0:30 Why Redis became the most popular Database
12:20 Redis Crash Course

Table of Content and TimeCodes

Commands
Docker run –name redis -p 6379:6379 redis
docker exec -it rdb redis-cli

๐ŸŽ™๏ธListen to the Backend Engineering Podcast
https://husseinnasser.com/podcast

๐Ÿญ Backend Engineering Videos
https://backend.husseinnasser.com

๐Ÿ’พ Database Engineering Videos
https://www.youtube.com/playlist?list=PLQnljOFTspQXjD0HOzN7P2tgzu7scWpl2

๐Ÿฐ Load Balancing and Proxies Videos
https://www.youtube.com/playlist?list=PLQnljOFTspQVMeBmWI2AhxULWEeo7AaMC

๐Ÿ›๏ธ Software Archtiecture Videos
https://www.youtube.com/playlist?list=PLQnljOFTspQXNP6mQchJVP3S-3oKGEuw9

๐Ÿ“ฉ Messaging Systems
https://www.youtube.com/playlist?list=PLQnljOFTspQVcumYRWE2w9kVxxIXy_AMo

Become a Member
https://www.youtube.com/channel/UC_ML5xP23TOWKUcc-oAE_Eg/join

Support me on PayPal
https://bit.ly/33ENps4

Join our Thriving Backend Community on Discord
https://discord.com/invite/CsFbFce

Stay Awesome,
Hussein

Comments are closed.