What is Redis and What Does It Do?

Поделиться
HTML-код
  • Опубликовано: 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

Комментарии • 167

  • @pinxtr
    @pinxtr 3 года назад +155

    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...

    • @kw19991
      @kw19991 14 дней назад

      This is why indexes were invented, to reduce retrieval time for a query.

  • @courageahorttor7666
    @courageahorttor7666 2 года назад +22

    Awesome elaboration. He hit the nail straight to the point

  • @riskitall7421
    @riskitall7421 2 года назад +28

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

  • @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 RUclips for a summary of Redis and get the meaning of it in short time. This explanation is short, understandable, just great. Thanks!

  • @ekanastone
    @ekanastone 3 года назад +117

    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.

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

  • @RedisUniversity
    @RedisUniversity 3 года назад +14

    Couldn't have put it better, great work!

  • @StrikerEureka85
    @StrikerEureka85 Год назад +3

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

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

  • @MrPx0727
    @MrPx0727 Год назад +2

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

  • @baolam4180
    @baolam4180 Год назад

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

  • @davidmunyiri6147
    @davidmunyiri6147 5 месяцев назад

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

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

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

  • @rednejiv123
    @rednejiv123 3 года назад +4

    Excellent video! Thanks a lot.

  • @Food.5inder
    @Food.5inder Год назад

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

  • @user-cw9vj4sl5l
    @user-cw9vj4sl5l Год назад

    Clean and clear. Thank you very much!

  • @stevendaddario8803
    @stevendaddario8803 2 года назад

    Wonderful Video! Thank you for the clear explanation!

  • @Acumen928
    @Acumen928 3 года назад +5

    Just what I needed.

  • @kunalb2051
    @kunalb2051 3 года назад +4

    Best video on Redis ❤️

  • @rehamalbulushi520
    @rehamalbulushi520 2 года назад

    thank you for such a quick useful explanation

  • @user-rj8yv5nz3f
    @user-rj8yv5nz3f 9 месяцев назад +1

    thank you, it was so helpful

  • @shantanu143
    @shantanu143 2 года назад

    awesome. simple and explained with diagrams !

  • @williamfriedeman7078
    @williamfriedeman7078 2 года назад

    Wonderful tutorial, thank you.

  • @user-xx2td2mf6b
    @user-xx2td2mf6b 2 года назад +1

    very clear explanation. make us impressed a lot.

  • @BassZeke
    @BassZeke 2 года назад +1

    Fantastic! concise. clear

  • @canyoldas2855
    @canyoldas2855 6 месяцев назад

    Very informative. Thank you.

  • @ann_uken
    @ann_uken 10 месяцев назад

    Thank you for your great explanation! 💥

  • @martinkarkovich3037
    @martinkarkovich3037 2 года назад +1

    excellent explanation!

  • @francoisbourdages2906
    @francoisbourdages2906 2 года назад

    thanks, very well explained and clear

  • @sandhyakaranam6113
    @sandhyakaranam6113 2 года назад +1

    great explanation , thank you

  • @renyirish
    @renyirish 4 месяца назад

    Excellent explanation, thanks a lot 🤗

  • @gagang.r684
    @gagang.r684 11 месяцев назад

    Thank you. It cleared all my doubts😀

  • @edwardfraser688
    @edwardfraser688 3 года назад +1

    Great explanation thanks.

  • @vop0092
    @vop0092 11 месяцев назад

    Awesome explanation in easy way ❤

  • @aparnasaha9729
    @aparnasaha9729 Месяц назад

    excellent explanation

  • @rasnacv3802
    @rasnacv3802 2 года назад

    Thank you for this content. very helpful

  • @Banjer
    @Banjer 5 месяцев назад

    Excellent explanation!!!

  • @shadymilkman10
    @shadymilkman10 2 года назад

    That was a great breakdown thanks!!!

  • @Joop5037
    @Joop5037 5 месяцев назад

    Very good explanation.

  • @adamdymurski9342
    @adamdymurski9342 9 месяцев назад

    Good for start. 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.

  • @darrenklein6090
    @darrenklein6090 Год назад +1

    Thanks, that was very helpful.

  • @niponchanda8356
    @niponchanda8356 2 года назад

    Greatly explained

  • @tylercode2207
    @tylercode2207 Год назад

    That was really helpful...Thank You!!

  • @mirishfaqhussain9302
    @mirishfaqhussain9302 2 года назад

    awesome explanation jack dorsey

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

  • @globalclutter9508
    @globalclutter9508 3 года назад +2

    Very informative.

  • @rahimeinollahi1
    @rahimeinollahi1 2 года назад

    thanks for creating this video,

  • @indrranil24
    @indrranil24 Год назад +1

    awesome loved it!!!!

  • @workpfeiffer3428
    @workpfeiffer3428 Год назад

    good explanation. thakns a bunch

  • @xxxxxGhostBoyxxxxx
    @xxxxxGhostBoyxxxxx 2 года назад +4

    the beard is an indicator of experience

  • @DebbieGOfficial
    @DebbieGOfficial Год назад

    Well explained

  • @quirkyquester
    @quirkyquester 2 года назад

    Great video!

  • @ns4k_tv
    @ns4k_tv Год назад

    Thanks! Helped me alott!!

  • @rupeshsingh3607
    @rupeshsingh3607 2 года назад

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

  • @diet92
    @diet92 Год назад

    Well understood 😎. Thanks

  • @brighteragyemang8765
    @brighteragyemang8765 2 года назад

    Thank you!

  • @juejuepaing6985
    @juejuepaing6985 2 года назад +1

    Thank you

  • @xtianseyer018
    @xtianseyer018 Год назад

    Thank you for this

  • @thiagocnunes
    @thiagocnunes 2 года назад

    Amazing content, tkss

  • @hackcodesfree9200
    @hackcodesfree9200 Год назад

    super explained

  • @sire_pandey
    @sire_pandey 3 года назад

    thank you ,Sir

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

  • @zmark2274
    @zmark2274 2 года назад

    That easy, thank you

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

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

  • @IchEsseKonsolen
    @IchEsseKonsolen 3 года назад +5

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

  • @fireystella
    @fireystella Год назад

    Thank u!

  • @chriskaye1997
    @chriskaye1997 2 года назад +1

    Truly a great beard, so wow! much wisdom!

  • @mazdanaqvy3754
    @mazdanaqvy3754 Год назад

    Thanks

  • @jordanpedroinvestimentos
    @jordanpedroinvestimentos Год назад

    Good video

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

  • @shalinijaiswal5718
    @shalinijaiswal5718 2 года назад

    insightful

  • @bsummer
    @bsummer Год назад

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

  • @muhammedmusharaf386
    @muhammedmusharaf386 2 года назад

    Thankyou

  • @alexandroskourtis5268
    @alexandroskourtis5268 3 года назад +3

    greeeaaat video

  • @kinax2
    @kinax2 2 года назад +5

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

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

  • @salahalhashmi6528
    @salahalhashmi6528 2 года назад

    thanks

  • @navid045
    @navid045 3 года назад +1

    Very good, great accent

  • @MatichekYoutube
    @MatichekYoutube 4 месяца назад

    thanks, ..

  • @BlueDolphinBlues
    @BlueDolphinBlues 12 дней назад

    Hi Trevor Sullivan

  • @ans42101
    @ans42101 Год назад +1

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

  • @androidsavior
    @androidsavior Год назад

    where is the next video ? i cant find it

  • @briarsmith8241
    @briarsmith8241 Год назад

    Cache hit on the explanation

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

  • @krishnashah6654
    @krishnashah6654 Месяц назад

    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.

  • @whatthefunction9140
    @whatthefunction9140 3 года назад

    I used to hit the cache pretty hard in college.

  • @LooneyTunesCarrot32
    @LooneyTunesCarrot32 5 месяцев назад

    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?

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

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

  • @duartelucas5746
    @duartelucas5746 11 месяцев назад

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

    • @cbtnuggets
      @cbtnuggets  11 месяцев назад

      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 11 месяцев назад

      @@cbtnuggets Thank you very much!

  • @sangtengkorak1954
    @sangtengkorak1954 2 года назад

    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.

  • @mimosveta
    @mimosveta 3 года назад

    well, another thing to learn about

  • @whatthefunction9140
    @whatthefunction9140 3 года назад +1

    Hi Trev

  • @UmairKhan-xz2df
    @UmairKhan-xz2df Год назад

    Hi, can you please do a video on Ncache?

    • @cbtnuggets
      @cbtnuggets  Год назад

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