What is Redis and What Does It Do?

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 เม.ย. 2021
  • Start learning cybersecurity with CBT Nuggets. courses.cbt.gg/security
    Trevor Sullivan covers the Redis cache service: what it is, what it does, and how it helps. It's an open source tool that runs as a service in the background that allows you to store data in memory for high-performance data retrieval and storage. That's the technical explanation, but watch on to hear about how useful it is for all manner of use cases.
    Imagine you have a web application that's running inside a Docker container or directly on a server. If that web application needs to retrieve some data from a database like MySQL, PostgreSQL or MS SQL, that query could take anywhere between 15 and 60 seconds.
    If you have a user waiting up to a minute for the performance of that report data or whatever data the user is trying to receive, you're going to have an unhappy user. A redis cache speeds all that up.
    It's possible to store data inside of a Redis cache instance and make the retrieval of that data occur directly from memory (RAM) from a server that's running the Redis service - rather than making the application go all the way back to the database. Instead, the web server can check with Redis if it has the data it wants.
    Redis isn't particularly valuable when it's standing in-between one web server and a database. But, what if you're running a large scale fleet of hundreds of webservers? One Redis cache can pool the requests and answers for all those webservers so that they don't have to individually go all the way to the database each time.
    📁 Download the Ultimate Sysadmin Cert Guide: blog.cbt.gg/2c97
    ⬇️ 4-Week Study Plan: MD-100 & MD-101: blog.cbt.gg/k0q7
    Start learning with CBT Nuggets:
    • Intro to Cloud Computing | courses.cbt.gg/brk
    Not a CBT Nuggets subscriber? Start your free week: www.cbtnuggets.com/signup
    -----------------
    Connect with CBT Nuggets for the latest in IT training:
    • Twitter - / cbtnuggets
    • Facebook - / cbtnuggets
    • Instagram - / cbtnuggets
    • LinkedIn - / cbt-nuggets
    #redis #docker #mysql #ittraining #cbtnuggets

ความคิดเห็น • 164

  • @pinxtr
    @pinxtr 2 ปีที่แล้ว +143

    My man looks like he's putting tutorials straight from Antarctica

    • @opossum4463
      @opossum4463 2 ปีที่แล้ว +1

      He looks like the CEO of a certain fortune 500 company. And that can't be a bad thing.

    • @opossum4463
      @opossum4463 2 ปีที่แล้ว

      I mean, minus the nose ring.

    • @samarth319
      @samarth319 2 ปีที่แล้ว +2

      I think he looks pretty similar to Twitter's CEO Jack Dorsey...

  • @lajos108
    @lajos108 ปีที่แล้ว +14

    I started a LinkedIn course on Redis, just to see what is it about. After 20 minutes I started to search on TH-cam for a summary of Redis and get the meaning of it in short time. This explanation is short, understandable, just great. Thanks!

  • @riskitall7421
    @riskitall7421 2 ปีที่แล้ว +27

    Awesome explanation Trevor. Breaking down problems into dummy understanding is an art.

  • @courageahorttor7666
    @courageahorttor7666 2 ปีที่แล้ว +22

    Awesome elaboration. He hit the nail straight to the point

  • @ekanastone
    @ekanastone 3 ปีที่แล้ว +114

    I thought u were Jack Dorsey at firsts lol

  • @PowerUsr1
    @PowerUsr1 2 ปีที่แล้ว +7

    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 ปีที่แล้ว +3

    FINALLY! a clear explanation as to what it actually does. thank you for this.

  • @RedisUniversity
    @RedisUniversity 3 ปีที่แล้ว +14

    Couldn't have put it better, great work!

  • @Shubham__Saroj
    @Shubham__Saroj 2 ปีที่แล้ว +2

    real quick and awesomely covered in less time.

  • @didorins4994
    @didorins4994 ปีที่แล้ว

    Thanks for starting from User experience, so we can understand the use-case clearly.

  • @Paul_Aderoju
    @Paul_Aderoju ปีที่แล้ว +2

    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.

  • @MrPx0727
    @MrPx0727 ปีที่แล้ว +2

    Very good in explaining Redis serving as a cache system; would be nice to expand to all important features of Redis ...

  • @xxxxxGhostBoyxxxxx
    @xxxxxGhostBoyxxxxx ปีที่แล้ว +3

    the beard is an indicator of experience

  • @baolam4180
    @baolam4180 ปีที่แล้ว

    awesome explanation and greatly clear english speaking. I can fully listen to you without looking at the sub. Well done!

  • @mohammadzulqarnain6288
    @mohammadzulqarnain6288 2 ปีที่แล้ว +1

    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.

  • @davidmunyiri6147
    @davidmunyiri6147 4 หลายเดือนก่อน

    That's a nice explanation Trevor, i like the way you explained bit by bit to understanding level

  • @rednejiv123
    @rednejiv123 3 ปีที่แล้ว +4

    Excellent video! Thanks a lot.

  • @osmangani4966
    @osmangani4966 2 ปีที่แล้ว +4

    simple and clear, to the point.......really like the way you explain.

    • @jackcastro9583
      @jackcastro9583 2 ปีที่แล้ว +2

      i agree with your thinking!🥤cheers🥤

  • @Food.5inder
    @Food.5inder 11 หลายเดือนก่อน

    Awesome dude... simple and crispy explanation. Keep it up appreciate.

  • @Acumen928
    @Acumen928 3 ปีที่แล้ว +5

    Just what I needed.

  • @stevendaddario8803
    @stevendaddario8803 2 ปีที่แล้ว

    Wonderful Video! Thank you for the clear explanation!

  • @adamdymurski9342
    @adamdymurski9342 8 หลายเดือนก่อน

    Good for start. Thanks 😊

  • @kunalb2051
    @kunalb2051 3 ปีที่แล้ว +4

    Best video on Redis ❤️

  • @rehamalbulushi520
    @rehamalbulushi520 2 ปีที่แล้ว

    thank you for such a quick useful explanation

  • @juneldomingo6277
    @juneldomingo6277 ปีที่แล้ว +1

    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

  • @ann_uken
    @ann_uken 9 หลายเดือนก่อน

    Thank you for your great explanation! 💥

  • @user-rj8yv5nz3f
    @user-rj8yv5nz3f 8 หลายเดือนก่อน +1

    thank you, it was so helpful

  • @user-cw9vj4sl5l
    @user-cw9vj4sl5l ปีที่แล้ว

    Clean and clear. Thank you very much!

  • @shantanu143
    @shantanu143 2 ปีที่แล้ว

    awesome. simple and explained with diagrams !

  • @williamfriedeman7078
    @williamfriedeman7078 2 ปีที่แล้ว

    Wonderful tutorial, thank you.

  • @BassZeke
    @BassZeke 2 ปีที่แล้ว +1

    Fantastic! concise. clear

  • @vop0092
    @vop0092 10 หลายเดือนก่อน

    Awesome explanation in easy way ❤

  • @martinkarkovich3037
    @martinkarkovich3037 2 ปีที่แล้ว +1

    excellent explanation!

  • @user-xx2td2mf6b
    @user-xx2td2mf6b 2 ปีที่แล้ว +1

    very clear explanation. make us impressed a lot.

  • @renyirish
    @renyirish 3 หลายเดือนก่อน

    Excellent explanation, thanks a lot 🤗

  • @edwardfraser688
    @edwardfraser688 3 ปีที่แล้ว +1

    Great explanation thanks.

  • @Banjer
    @Banjer 4 หลายเดือนก่อน

    Excellent explanation!!!

  • @rasnacv3802
    @rasnacv3802 2 ปีที่แล้ว

    Thank you for this content. very helpful

  • @canyoldas2855
    @canyoldas2855 5 หลายเดือนก่อน

    Very informative. Thank you.

  • @shadymilkman10
    @shadymilkman10 2 ปีที่แล้ว

    That was a great breakdown thanks!!!

  • @koders9778
    @koders9778 3 ปีที่แล้ว +4

    This was very helpful. Thanks sir!

    • @cbtnuggets
      @cbtnuggets  3 ปีที่แล้ว +2

      We're so glad it's helpful for you! Thank you for learning with us.

  • @kinax2
    @kinax2 2 ปีที่แล้ว +5

    What if the user has updated he is info, Would the user get an old data or new data?

  • @tylercode2207
    @tylercode2207 ปีที่แล้ว

    That was really helpful...Thank You!!

  • @mirishfaqhussain9302
    @mirishfaqhussain9302 2 ปีที่แล้ว

    awesome explanation jack dorsey

  • @sandhyakaranam6113
    @sandhyakaranam6113 ปีที่แล้ว +1

    great explanation , thank you

  • @globalclutter9508
    @globalclutter9508 2 ปีที่แล้ว +2

    Very informative.

  • @francoisbourdages2906
    @francoisbourdages2906 2 ปีที่แล้ว

    thanks, very well explained and clear

  • @kaushikdr
    @kaushikdr 2 ปีที่แล้ว +5

    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.

  • @gagang.r684
    @gagang.r684 10 หลายเดือนก่อน

    Thank you. It cleared all my doubts😀

  • @niponchanda8356
    @niponchanda8356 2 ปีที่แล้ว

    Greatly explained

  • @Joop5037
    @Joop5037 4 หลายเดือนก่อน

    Very good explanation.

  • @rupeshsingh3607
    @rupeshsingh3607 ปีที่แล้ว

    Nice video Sir ,please carry on ,nice voice clarity and representation

  • @aparnasaha9729
    @aparnasaha9729 21 วันที่ผ่านมา

    excellent explanation

  • @rahimeinollahi1
    @rahimeinollahi1 2 ปีที่แล้ว

    thanks for creating this video,

  • @IchEsseKonsolen
    @IchEsseKonsolen 3 ปีที่แล้ว +5

    Liking for the adorable outro. It HAS been informative for me!

  • @darrenklein6090
    @darrenklein6090 ปีที่แล้ว +1

    Thanks, that was very helpful.

  • @vishalk2798
    @vishalk2798 2 ปีที่แล้ว

    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

  • @indrranil24
    @indrranil24 ปีที่แล้ว +1

    awesome loved it!!!!

  • @ThefamousMrcroissant
    @ThefamousMrcroissant 2 ปีที่แล้ว +10

    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 ปีที่แล้ว +1

      @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 ปีที่แล้ว

      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.

  • @quirkyquester
    @quirkyquester 2 ปีที่แล้ว

    Great video!

  • @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?

  • @workpfeiffer3428
    @workpfeiffer3428 ปีที่แล้ว

    good explanation. thakns a bunch

  • @DebbieGOfficial
    @DebbieGOfficial 11 หลายเดือนก่อน

    Well explained

  • @chriskaye1997
    @chriskaye1997 ปีที่แล้ว +1

    Truly a great beard, so wow! much wisdom!

  • @ns4k_tv
    @ns4k_tv ปีที่แล้ว

    Thanks! Helped me alott!!

  • @thiagocnunes
    @thiagocnunes 2 ปีที่แล้ว

    Amazing content, tkss

  • @diet92
    @diet92 ปีที่แล้ว

    Well understood 😎. Thanks

  • @sire_pandey
    @sire_pandey 3 ปีที่แล้ว

    thank you ,Sir

  • @brighteragyemang8765
    @brighteragyemang8765 2 ปีที่แล้ว

    Thank you!

  • @LooneyTunesCarrot32
    @LooneyTunesCarrot32 4 หลายเดือนก่อน

    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?

  • @xtianseyer018
    @xtianseyer018 ปีที่แล้ว

    Thank you for this

  • @hackcodesfree9200
    @hackcodesfree9200 ปีที่แล้ว

    super explained

  • @juejuepaing6985
    @juejuepaing6985 ปีที่แล้ว +1

    Thank you

  • @alexandroskourtis5268
    @alexandroskourtis5268 3 ปีที่แล้ว +3

    greeeaaat video

  • @ranjeetbadhe
    @ranjeetbadhe ปีที่แล้ว

    Can you please let us know how the Redis implementation in Openstack Controller works?

  • @nicklowe_
    @nicklowe_ ปีที่แล้ว

    I’m not totally clear how the amount of RAM allocated to a docker instance would be able to hold any substantial amount of data from a database. I understand how this is useful for commonly queried data, but wouldn’t the service have to be very selective in what it chooses to cache? And don’t we have to worry about available RAM for the web server? Does Redis ever battle the server for resources?

  • @zmark2274
    @zmark2274 2 ปีที่แล้ว

    That easy, thank you

  • @ShukyPersky
    @ShukyPersky 2 ปีที่แล้ว +2

    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  2 ปีที่แล้ว +4

      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.

  • @krishnashah6654
    @krishnashah6654 16 วันที่ผ่านมา

    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.

  • @shalinijaiswal5718
    @shalinijaiswal5718 2 ปีที่แล้ว

    insightful

  • @fireystella
    @fireystella ปีที่แล้ว

    Thank u!

  • @jordanpedroinvestimentos
    @jordanpedroinvestimentos ปีที่แล้ว

    Good video

  • @bsummer
    @bsummer ปีที่แล้ว

    Wish we all Had Guys like this before College.
    Redis, which stands for Remote Dictionary Server cements it

  • @duartelucas5746
    @duartelucas5746 10 หลายเดือนก่อน

    is there a follow up on this, or is this part of some series that is available elsewhere? Thanks in advance!

    • @cbtnuggets
      @cbtnuggets  10 หลายเดือนก่อน

      You can check out the course here: www.cbtnuggets.com/it-training/devops/redis-essentials
      If you're not a current subscriber, you can sign up for a FREE 7-day trial to watch: training.cbt.gg/sbp

    • @duartelucas5746
      @duartelucas5746 10 หลายเดือนก่อน

      @@cbtnuggets Thank you very much!

  • @muhammedmusharaf386
    @muhammedmusharaf386 ปีที่แล้ว

    Thankyou

  • @spongechameleon6940
    @spongechameleon6940 2 ปีที่แล้ว

    So is the preferred pattern to have your webserver do all reads from redis, and all its writes to the database? Then run a cache worker so that the cache gets updated automatically?

    • @adityamittal4357
      @adityamittal4357 ปีที่แล้ว

      This video 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. Redis is a tool, like a nail, your preferred pattern in how to use it depends on your architecture which you need to create.

  • @androidsavior
    @androidsavior ปีที่แล้ว

    where is the next video ? i cant find it

  • @mazdanaqvy3754
    @mazdanaqvy3754 ปีที่แล้ว

    Thanks

  • @navid045
    @navid045 3 ปีที่แล้ว +1

    Very good, great accent

  • @nadirzeeshan1230
    @nadirzeeshan1230 2 ปีที่แล้ว

    SQL server already has buffer cache where it stores frequently used data from database. This helps in fast data retrieval.
    How is redis different from SQL Buffer cache ?

  • @briarsmith8241
    @briarsmith8241 ปีที่แล้ว

    Cache hit on the explanation

  • @whatthefunction9140
    @whatthefunction9140 2 ปีที่แล้ว

    I used to hit the cache pretty hard in college.

  • @salahalhashmi6528
    @salahalhashmi6528 2 ปีที่แล้ว

    thanks

  • @ans42101
    @ans42101 ปีที่แล้ว +1

    Thank you for the explanation, you made it simple to understand.

  • @MatichekYoutube
    @MatichekYoutube 3 หลายเดือนก่อน

    thanks, ..

  • @mikkeljensen1603
    @mikkeljensen1603 ปีที่แล้ว

    save your self the trouble and just use redis as a database, it is amazing

  • @vikasjangra4329
    @vikasjangra4329 2 ปีที่แล้ว

    One question: Suppose we have a web application in which we upload data. Web application also performs some analysis on that data based on the options we give. In the end, application gives prepared and analyzed output data back to user. Will in this case can the redis cache makes things faster?

    • @cbtnuggets
      @cbtnuggets  2 ปีที่แล้ว

      Hi, Vikas! To simply answer your question, yes it will make it faster. Most of the data even when a web app is processing the information will have a cache and that will be purged or exceed the limits. The Redis cache will be able to have the information ready and be able to transmit the data without having to do a full retrieval every time.
      Hope that helps! Thank you for learning with us.

  • @staramod
    @staramod 3 ปีที่แล้ว

    How it is different than Riverbed’s technology?

  • @UmairKhan-xz2df
    @UmairKhan-xz2df ปีที่แล้ว

    Hi, can you please do a video on Ncache?

    • @cbtnuggets
      @cbtnuggets  ปีที่แล้ว

      Request here! www.cbtnuggets.com/request-training

  • @mimosveta
    @mimosveta 3 ปีที่แล้ว

    well, another thing to learn about