How Redis runs in a Single Thread | IO Multiplexing | Hindi | English Subtitles | Devansh Gupta

preview_player
Показать описание
Follow us on Linkedin

Follow us on Instagram 

Follow us on Medium

Timestamps

0:00 - intro
01:00 - handling multiple clients
02:15 - problems with multithreading
08:22 - non-blocking io
09:50 - going from blocking to non-blocking io
12:00 - introducing event-based mechanism
18:15 - introducing event loop
26:00 - invoking event loop
33:15 - caveats of redis architecture

This video talks about How Redis uses IO Multiplexing and implements Non-Blocking IO for Reads/Writes in a Single Thread.

Notes can be found at the below link

Redis Intro

This channel is dedicated to all aspiring software engineers who want to enhance their System Design skills and want to become a better engineer.
Рекомендации по теме
Комментарии
Автор

Appreciate the effort ... Cudnt find much on utube specific to this topic

aditya
Автор

Background ✔️
Voice✔️
Content great
Total badhiya

ankurkaushik
Автор

It is very informative but could make it English

mithunrahman
Автор

this is not beginner friendly, If possible please create the video and code java, explaining everything like sockets or syscall

SnehaGupta-vu