What is Redis and What Does It Do?

  Рет қаралды 267,547

CBT Nuggets

CBT Nuggets

Күн бұрын

Пікірлер: 180
@AThingOrTwoU
@AThingOrTwoU Жыл бұрын
I started a LinkedIn course on Redis, just to see what is it about. After 20 minutes I started to search on KZbin for a summary of Redis and get the meaning of it in short time. This explanation is short, understandable, just great. Thanks!
@pinxtr
@pinxtr 3 жыл бұрын
My man looks like he's putting tutorials straight from Antarctica
@opossum4463
@opossum4463 3 жыл бұрын
He looks like the CEO of a certain fortune 500 company. And that can't be a bad thing.
@opossum4463
@opossum4463 3 жыл бұрын
I mean, minus the nose ring.
@codepractices7
@codepractices7 3 жыл бұрын
I think he looks pretty similar to Twitter's CEO Jack Dorsey...
@kw19991
@kw19991 5 ай бұрын
This is why indexes were invented, to reduce retrieval time for a query.
@h456-m1l
@h456-m1l 15 күн бұрын
Proudly, the 200th like
@riskitall7421
@riskitall7421 2 жыл бұрын
Awesome explanation Trevor. Breaking down problems into dummy understanding is an art.
@ekanastone
@ekanastone 3 жыл бұрын
I thought u were Jack Dorsey at firsts lol
@hangout7081
@hangout7081 3 жыл бұрын
😂 me too
@musaopaluwa2580
@musaopaluwa2580 2 жыл бұрын
🤣🤣🤣🤣
@mdbasaz
@mdbasaz 2 жыл бұрын
Me too
@akeinchina
@akeinchina 2 жыл бұрын
lol, me too.
@user-td5gy2fh3p
@user-td5gy2fh3p 11 ай бұрын
Lmfaooooooooo 😂😂😂
@courageahorttor7666
@courageahorttor7666 3 жыл бұрын
Awesome elaboration. He hit the nail straight to the point
@Paul_Aderoju
@Paul_Aderoju Жыл бұрын
Thank you so much. Heard Vercel recently implemented a Key-Value system, and it’s a Redis-like data system. This video gave me a good overview of Redis.
@PowerUsr1
@PowerUsr1 2 жыл бұрын
This is a really good video. I’m a network engineer playing with docker and I’ve seen this a few times. Always wondered what it is.
@StrikerEureka85
@StrikerEureka85 2 жыл бұрын
FINALLY! a clear explanation as to what it actually does. thank you for this.
@kaushikdr
@kaushikdr 3 жыл бұрын
I have to admit, I was initially distracted by your glorious beard! :D I have a few questions I hope you can clarify - 1) Why is querying Redis faster than directly querying a database - is it because there is less amount of data to search from? Also, at what point does the cache start removing data? Is the oldest data removed first or is it the data that is accessed least often? 2) If we are using a cache worker to update the Redis cache every time there is a change to the database, why is this any faster than just directly querying the database? It seems that in this case, the Redis cache contains the same amount of information as the database and that the database would be updated before the Redis cache anyways.
@ThefamousMrcroissant
@ThefamousMrcroissant 2 жыл бұрын
Aha, so basically an in memory cache. Very well structured video; shows the problem and how Redis attempts to solve it, making it intuitive to grasp its purpose.
@deedoodeedoo6382
@deedoodeedoo6382 2 жыл бұрын
@Alek Wolf I'm a complete beginner at Redis, but this seems to be a general software problem. Since Redis is an in-memory app that strives to use cache, to decrease the wait time for common data queries, it is based on RAM usage. Since it is based on RAM usage, it's limited by the RAM provided with the machine. I don't think BigData ever was a viable target for usage of Redis. BigData can return huge responses to queries and it's not really feasible to hold it all in limited RAM, a few bigger reports and OOM is achieved. I suppose at that point a better approach would be putting in resources to speed up the access to BigData resources and optimizing queries.
@adityamittal4357
@adityamittal4357 2 жыл бұрын
This isn't what redis is, this is just an explanation of how a cache works. Caching is just one use case for redis. This video will make beginners think that redis is a cache, which is false. Redis is an in-memory key-value store with pub-sub model with many use cases such as creating event streams in architecture beyond mere caching.
@didorins4994
@didorins4994 Жыл бұрын
Thanks for starting from User experience, so we can understand the use-case clearly.
@RedisUniversity
@RedisUniversity 3 жыл бұрын
Couldn't have put it better, great work!
@MrPx0727
@MrPx0727 2 жыл бұрын
Very good in explaining Redis serving as a cache system; would be nice to expand to all important features of Redis ...
@davidmunyiri6147
@davidmunyiri6147 11 ай бұрын
That's a nice explanation Trevor, i like the way you explained bit by bit to understanding level
@mohammadzulqarnain6288
@mohammadzulqarnain6288 3 жыл бұрын
Simple and precise, it made me recall how my fried explained me about Redis and Guava caching but unfortunately i dont recall the difference btw them.
@lil_soum
@lil_soum Ай бұрын
You did such a great job explaining this, thank you.
@osmangani4966
@osmangani4966 3 жыл бұрын
simple and clear, to the point.......really like the way you explain.
@jackcastro9583
@jackcastro9583 2 жыл бұрын
i agree with your thinking!🥤cheers🥤
@bsummer
@bsummer 2 жыл бұрын
Wish we all Had Guys like this before College. Redis, which stands for Remote Dictionary Server cements it
@baolam4180
@baolam4180 2 жыл бұрын
awesome explanation and greatly clear english speaking. I can fully listen to you without looking at the sub. Well done!
@Food.5inder
@Food.5inder Жыл бұрын
Awesome dude... simple and crispy explanation. Keep it up appreciate.
@Shubham__Saroj
@Shubham__Saroj 2 жыл бұрын
real quick and awesomely covered in less time.
@kunalb2051
@kunalb2051 3 жыл бұрын
Best video on Redis ❤️
@Kirimoshi
@Kirimoshi 4 ай бұрын
I like the way you explain things, please keep going 👍
@RoshanakRahimi-d1p
@RoshanakRahimi-d1p Жыл бұрын
thank you, it was so helpful
@kinax2
@kinax2 3 жыл бұрын
What if the user has updated he is info, Would the user get an old data or new data?
@ans42101
@ans42101 Жыл бұрын
Thank you for the explanation, you made it simple to understand.
@abbasabdulsalambamidele8760
@abbasabdulsalambamidele8760 2 ай бұрын
Very well explained. Thanks
@Acumen928
@Acumen928 3 жыл бұрын
Just what I needed.
@mirishfaqhussain9302
@mirishfaqhussain9302 2 жыл бұрын
awesome explanation jack dorsey
@vop0092
@vop0092 Жыл бұрын
Awesome explanation in easy way ❤
@rupeshsingh3607
@rupeshsingh3607 2 жыл бұрын
Nice video Sir ,please carry on ,nice voice clarity and representation
@gagang.r684
@gagang.r684 Жыл бұрын
Thank you. It cleared all my doubts😀
@VishalSharma-k7b
@VishalSharma-k7b Жыл бұрын
Clean and clear. Thank you very much!
@aparnasaha9729
@aparnasaha9729 7 ай бұрын
excellent explanation
@ann_uken
@ann_uken Жыл бұрын
Thank you for your great explanation! 💥
@renyirish
@renyirish 9 ай бұрын
Excellent explanation, thanks a lot 🤗
@torrvic1156
@torrvic1156 4 ай бұрын
Thank you so much! That was very informative! I learned the scenarios of how I can use Redis.
@darrenklein6090
@darrenklein6090 Жыл бұрын
Thanks, that was very helpful.
@Joop5037
@Joop5037 10 ай бұрын
Very good explanation.
@rednejiv123
@rednejiv123 3 жыл бұрын
Excellent video! Thanks a lot.
@Banjer
@Banjer 10 ай бұрын
Excellent explanation!!!
@koders9778
@koders9778 3 жыл бұрын
This was very helpful. Thanks sir!
@cbtnuggets
@cbtnuggets 3 жыл бұрын
We're so glad it's helpful for you! Thank you for learning with us.
@BlueDolphinBlues
@BlueDolphinBlues 5 ай бұрын
Hi Trevor Sullivan
@ShukyPersky
@ShukyPersky 3 жыл бұрын
Sounds interesting 1. What are the memory requirements in the case of a large-scale database to keep this solution effective? 2. How effective this solution for a system that generates random access to a large-scale database? in which case Redis cache would require a lot of memory to stay effective I think that these topics should be referred to by the video.
@cbtnuggets
@cbtnuggets 3 жыл бұрын
Hi Shuky, thank you for your questions. It will really depend on the load and amount of data, but there are some profiles in AWS and Azure that will be for enterprise requirements up to 14TB of memory. docs.microsoft.com/en-us/azure/azure-cache-for-redis/cache-planning-faq#azure-cache-for-redis-performance This is a good break down of some performance recommendations. We hope this is helpful! Thank you for learning with us.
@indrranil24
@indrranil24 Жыл бұрын
awesome loved it!!!!
@姚瑶-q8w
@姚瑶-q8w 2 жыл бұрын
very clear explanation. make us impressed a lot.
@chriskaye1997
@chriskaye1997 2 жыл бұрын
Truly a great beard, so wow! much wisdom!
@juejuepaing6985
@juejuepaing6985 2 жыл бұрын
Thank you
@adamdymurski9342
@adamdymurski9342 Жыл бұрын
Good for start. Thanks 😊
@tylercode2207
@tylercode2207 Жыл бұрын
That was really helpful...Thank You!!
@briarsmith8241
@briarsmith8241 Жыл бұрын
Cache hit on the explanation
@krishnashah6654
@krishnashah6654 6 ай бұрын
Store data in a redis cache instance and retrieve that data from the RAM of the server that’s running the service. Initially the instance doesn’t have any data instead of it’s config data.
@BassZeke
@BassZeke 3 жыл бұрын
Fantastic! concise. clear
@IchEsseKonsolen
@IchEsseKonsolen 3 жыл бұрын
Liking for the adorable outro. It HAS been informative for me!
@canyoldas2855
@canyoldas2855 Жыл бұрын
Very informative. Thank you.
@rehamalbulushi520
@rehamalbulushi520 2 жыл бұрын
thank you for such a quick useful explanation
@workpfeiffer3428
@workpfeiffer3428 2 жыл бұрын
good explanation. thakns a bunch
@martinkarkovich3037
@martinkarkovich3037 3 жыл бұрын
excellent explanation!
@DebbieGOfficial
@DebbieGOfficial Жыл бұрын
Well explained
@Ibrahim-oc5ql
@Ibrahim-oc5ql Ай бұрын
very informative. thanks gistalot
@none0n
@none0n Жыл бұрын
Thanks for the great explanation. So in order words, without a cache workers, redis won't be aware of new data and there is always the risk to fetching stale data?
@rahimeinollahi1
@rahimeinollahi1 2 жыл бұрын
thanks for creating this video,
@globalclutter9508
@globalclutter9508 3 жыл бұрын
Very informative.
@mikkeljensen1603
@mikkeljensen1603 Жыл бұрын
save your self the trouble and just use redis as a database, it is amazing
@diet92
@diet92 Жыл бұрын
Well understood 😎. Thanks
@hackcodesfree9200
@hackcodesfree9200 Жыл бұрын
super explained
@shadymilkman10
@shadymilkman10 2 жыл бұрын
That was a great breakdown thanks!!!
@niponchanda8356
@niponchanda8356 2 жыл бұрын
Greatly explained
@stevendaddario8803
@stevendaddario8803 2 жыл бұрын
Wonderful Video! Thank you for the clear explanation!
@shantanu143
@shantanu143 2 жыл бұрын
awesome. simple and explained with diagrams !
@xtianseyer018
@xtianseyer018 2 жыл бұрын
Thank you for this
@edwardfraser688
@edwardfraser688 3 жыл бұрын
Great explanation thanks.
@juneldomingo6277
@juneldomingo6277 2 жыл бұрын
Great explanation! wonder what will happen to traffic if the redis goes down? will the web goes down as well as it cant retrieve data from cache? or will the web traffic will go directly to the database. Thanks
@francoisbourdages2906
@francoisbourdages2906 2 жыл бұрын
thanks, very well explained and clear
@williamfriedeman7078
@williamfriedeman7078 2 жыл бұрын
Wonderful tutorial, thank you.
@ns4k_tv
@ns4k_tv Жыл бұрын
Thanks! Helped me alott!!
@whatthefunction9140
@whatthefunction9140 3 жыл бұрын
I used to hit the cache pretty hard in college.
@zmark2274
@zmark2274 2 жыл бұрын
That easy, thank you
@quirkyquester
@quirkyquester 3 жыл бұрын
Great video!
@rasnacv3802
@rasnacv3802 3 жыл бұрын
Thank you for this content. very helpful
@mazdanaqvy3754
@mazdanaqvy3754 Жыл бұрын
Thanks
@Ferruccio_Guicciardi
@Ferruccio_Guicciardi Жыл бұрын
Redis In-Memory database ! Redis Cache Service ! .... mmm... interesting.
@alexandroskourtis5268
@alexandroskourtis5268 3 жыл бұрын
greeeaaat video
@brighteragyemang8765
@brighteragyemang8765 3 жыл бұрын
Thank you!
@muhammedmusharaf386
@muhammedmusharaf386 2 жыл бұрын
Thankyou
@androidsavior
@androidsavior Жыл бұрын
where is the next video ? i cant find it
@navid045
@navid045 3 жыл бұрын
Very good, great accent
@jordanpedroinvestimentos
@jordanpedroinvestimentos Жыл бұрын
Good video
@fireystella
@fireystella 2 жыл бұрын
Thank u!
@sire_pandey
@sire_pandey 3 жыл бұрын
thank you ,Sir
@thiagocnunes
@thiagocnunes 3 жыл бұрын
Amazing content, tkss
@sangtengkorak1954
@sangtengkorak1954 3 жыл бұрын
I see no one is make it, so I'll do. You know extension of redis name? Redis what? Redis nutz Great video all in all, thanks for the explanation.
@shalinijaiswal5718
@shalinijaiswal5718 2 жыл бұрын
insightful
@salahalhashmi6528
@salahalhashmi6528 3 жыл бұрын
thanks
@MatichekYoutube
@MatichekYoutube 9 ай бұрын
thanks, ..
@ranjeetbadhe
@ranjeetbadhe Жыл бұрын
Can you please let us know how the Redis implementation in Openstack Controller works?
@whatthefunction9140
@whatthefunction9140 3 жыл бұрын
Hi Trev
@LooneyTunesCarrot32
@LooneyTunesCarrot32 10 ай бұрын
So does this mean that the redis caching service will only be a hit if there has already been an existing query on the DB? Also, will the cache itself ever get too full, then what?
@i3looi2
@i3looi2 3 ай бұрын
So why not do the caching at server/api level ?
@vishalk2798
@vishalk2798 3 жыл бұрын
Well i had a query how long does the redis store a cache for is it for days or hours as if the cache does not clear then the redis cache size would get full right
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 260 М.
Мама у нас строгая
00:20
VAVAN
Рет қаралды 11 МЛН
2. What Makes Redis Special? | Redis Internals
22:04
Arpit Bhayani
Рет қаралды 49 М.
Why Cybersecurity Training is a SCAM
10:37
Technical Institute of America
Рет қаралды 244 М.
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 370 М.
What is a REST API?
9:12
IBM Technology
Рет қаралды 1,6 МЛН
Top 5 Redis Use Cases
6:28
ByteByteGo
Рет қаралды 189 М.
Redis Crash Course
27:31
Web Dev Simplified
Рет қаралды 644 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 325 М.
What is an API Gateway?
10:19
IBM Technology
Рет қаралды 323 М.
Difference between cookies, session and tokens
11:53
Valentin Despa
Рет қаралды 656 М.
System Design: Why is single-threaded Redis so fast?
3:39
ByteByteGo
Рет қаралды 310 М.
Мама у нас строгая
00:20
VAVAN
Рет қаралды 11 МЛН