What an outstandingly excellent explaination !!! Yes handling mutexes and semaphores has it's own throughput headaches
Thank you Arpit, very nice way of explaining the whole concept behind the redis single threaded model.
I used sorted redis sets in my company project for leaderBoard π , completely removing db here. Fetched the leaderboard combining two scores into one
Itni deep me reddis padai hai aapne sir thank you very much sir β€οΈπ₯ππππ
Beautifully explained. Thank you!
Every embedded systems guy who works with C would find the 'single thread' design just another day in life.
An incredibly simple yet detailed explanation, thank you
this is a really good explanation πππ
Pls add some videos on api performance improvements, error handling in micro services, performance testing of micro services
Very great and thorough content! Thanks for the nice work!
Network IO is slow but execution is fast (in memory ) implies it has no waiting data (queue of commands ) to process thus IO multiplexing seems to be a wonderful solution
@Asli Engineering :- I like the content of your playlist. Request you to make a series on Object storage technology ( a detailed one which covers the internal such as how the data is organised and stored on physical hardware ) .. I have been searching internet for this details but have not found anything so any kind of help would be highly appreciated.
having worked with asyncio of python lib, made total sense. (python is also single process due to GIL)
This channel should gain more reach β£
@arpit as you said redis create connection fromTCP and in a single thread all those connection comes and execute. But i have also seen i can only create one connection in redis and that one connection can also serve as many request as multiple connection does. Which is more scaleble single connection with multiple request or connection per request is the ideal practice
thanks bro
so Redis use similar I/O handling as NodeJS to make things faster and efficient use of resources.
Very well explained. Thanks a tonπ
NodeJs also works in similar fashion of single thread, if this is the key reason of its fast computation why no other cache tech implemented it at first end?
@sharmassahil1991