Redis Crash Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ธ.ค. 2024

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

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

    tysm, now I can add 3 years of experience with Redis to my resume

    • @minnesnowtan9970
      @minnesnowtan9970 9 หลายเดือนก่อน +33

      If you watch it a second time does it become 6 years experience? Mr. G from HR

    • @gurmindersingh7602
      @gurmindersingh7602 9 หลายเดือนก่อน +4

      🤣🤣

    • @inditrawd6312
      @inditrawd6312 7 หลายเดือนก่อน

      @@minnesnowtan9970 No because it is already cached

    • @thuongtrinhvan2001
      @thuongtrinhvan2001 7 วันที่ผ่านมา +1

      LMAO

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

    Great work! Couldn't have explained it better! - Justin

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

      How can we use redis for socketio scale up ?

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

      senpai notices

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

      @@muhammadshahidraficp4373 socket tcp connections are stored in RAM no need for redis

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

      @@muhammadshahidraficp4373 pp

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

      this actually isn't great work because he said it's not good for anything besides key-value pairs & used as a cache. Redis works great as a primary database and RedisJSON + RediSearch can easily make Redis a relational/primary database. Redis is more than a simple cache. It can and does replace SQL as primary database.

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

    Amazing video as always.But here is 1 important thing that maybe is not clear for everyone.
    Redis is an in-memory but persistent on disk database, so it represents a different trade off where very high write and read speed is achieved with the limitation of data sets that can't be larger than memory.
    Which means it's not like it's being stored only in memory and is not persistent. It stores everything in memory and write on disk is optional but still there for use.

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

    He makes it so easy. Shows the amount of work he has put in to show us what's necessary.

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

    Gold. Working in a remote company since 4 months and still learning from your videos. LEGEND.

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

    Would really love a POSTGRES crash course...Nice one Kyle

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

      literally the same as mysql

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

      +1

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

      Dude please a Postgres tut would be great

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

      but he made his own

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

      +10000

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

    I love the direction this channel has taken in the last weeks. Keep going with these practical and detailed videos Kyle! Thanks for your hard work!

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

    Awesome video, going through their docs I was confused on how it would be used in a real world app but your demonstration with the photos app and your postman clone was killer. Good work!

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

    I can bet all my money into this channel. This guy is so hard working! #inspiration

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

      Let's get him listed on one of our stock exchanges 😅😂😂

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

      I agree. Kyle is one of the best

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

    One of the finest tutorial of redis I witness

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

    Best explaination for redis basics and implementation so far, great job Kyle.

  • @SanthoshKumar-md3bs
    @SanthoshKumar-md3bs 6 หลายเดือนก่อน +1

    This guys is really great...He helped me during sem exams, placement exams...now in professional life(work) too.

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

    Kyle I never used Redis before and didn't know it was that easy to implement, really simplified thanks.

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

    Elasticsearch tutorial would be great. Your videos are great. Simple, direct and quick. Perfect! Thanks

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

    I love this redis tutorial. especially the helper function part where you set and get keys.

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

    Less than 1:30 mins in, I finally understand what Redis is. Great video!

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

    A Elasticsearch tutorial would be great.
    Thank you for your hard work.

  • @Sai-kj3ts
    @Sai-kj3ts 3 ปีที่แล้ว +14

    Hey Kyle, In addition to course of languages like css,js,react (which are most available)
    Please do a course on the real world web dev topics like redis, kubernetes, testing, jenkins etc..
    would love to buy a course with such content

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

    It is crazy the quality of your content!!! thank you for this video

  • @Mohamed-Maghrebi
    @Mohamed-Maghrebi หลายเดือนก่อน

    I have been watching a long time, I enjoy your videos, instructive and short and explained!
    Thank you Kyle
    I hope there is someone in the field of VoIP or RTC like explaining things like this.

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

    This video was amazing. Simple straight forward! I already loved your video, but this one impressed me. Excellent job.

  • @goodfeather16
    @goodfeather16 2 หลายเดือนก่อน

    Best Redis video on the Internet!

  • @Abhishekkumar-vf8qe
    @Abhishekkumar-vf8qe 3 ปีที่แล้ว

    Before this video I only knew that the redis is used for cashing data, But now I know how and where to use redis, Thanks kyle

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

    Kyle - you have explained a difficult concept in simple terms and demo with live working code. Thanks a million.

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

    This is by far the best Redis tutorial

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

    Absolutely amazing video, straight to the point, fast and clear, loved it

  • @MrLightweb
    @MrLightweb 10 หลายเดือนก่อน +2

    Regarding nested hastes.
    Redis doesn't natively support nested data structures. However, you can serialize your data into a format like JSON before storing it in Redis, and then deserialize it when retrieving.

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

    Another easy way to work with Redis on any OS is Docker. Just create a Redis container and use that. When you are finished with it you can delete the container. Then you don't have to worry about random services running on your workstation.

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

    Thank you Kyle. I understood it in one go. The explanation was perfect. Keep up the good work. Thank you again :)

  • @Wesley-rn7oc
    @Wesley-rn7oc 3 ปีที่แล้ว

    First 3 minutes of this video are pure gold

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

    0 to something in redis in just 30 mins. Great work man.

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

    You said "Redis" so many times that after finishing the video I can still hear "Redis" 😹 but thanks for the awesome resourceful video.

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

    You are awesome, I've been struggling to learn Redis for months!

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

    The first time you request something actually got slower because it takes time to write the response to the cache. It would be better to first respond to the client, and then write to the cache.

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

    Awesome video. Clearly explains everything you need to know about redis.

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

    Thanks, Kyle it's the best redis course I have ever seen 💛.

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

    Thanks for this course! 13 min 101 tutorial + real-world example!

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

    The working example made it very easy to understand. Thank you

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

    Yisus man, that explanation was amazing! this is true learning way! thinks that learn pretty quick are awesome!

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

    There's one tricky thing to keep in mind about this. Your Redis server is running on your local machine, and the actual API is somewhere on the internet. It's OK for me to say that redis is faster than a regular uncached API call through the internet (probably), but in my opinion, this comparison is not legit. It's kind of comparing ordering a pizza vs having a pizza already. To have a more realistic idea of the timing, if timing matters, a cloud hosted redis service should have been used. I'm pretty sure that this strategy starts to make real sense under high request volume scenarios. Anyway, I got the idea and I learnt a few new concepts, so thank you, mate!

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

    I am new to redis and you made it so simple totally loved it🔥🔥 thanks Kyle😎

  • @saigv1033
    @saigv1033 9 หลายเดือนก่อน +1

    I sped up this video and learned redis in 15 minutes.

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

    I just learned that redis is an implementation of what we call as memoization.
    Thanks :)

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

    Very informative. 18:39 For maximum performance, you really wouldn't want to parse any data that is already in the Redis cache, but return it as is to the client over the wire, because HTTP responses are strings anyway. I'd call this a bug.

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

    WTF. U have 6th sense . I was searching about your video on this new topic I found today but I couldn’t find it . But within few hours you posted it . Awesome .

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

    🔸Wow Kyle this is the best Redis Tutorial out here. Great job man... Keep up the excellent work. 👍

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

    Clicked on another tutorial but the accent was killing me. Thank you 🙏🏻

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

    Another great video, Kyle. Many thanks

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

    This was absolutely wonderful.

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

    Short and sweet, well done!

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

    Insanely good intro, thanks man

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

    Hey Kyle, you are one of the reason which I've become NodeJS developer. Thank you so much ❤️.

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

      where do you live? and is node.js is in demand in your country?? thank you

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

      @@guyfawkes6930 I'm in India, yes node jobs are demand here.

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

    So simplifide and clean code dude!

  • @millsbelamideb.4293
    @millsbelamideb.4293 4 หลายเดือนก่อน

    can't wait for this guy to upload Angular crash course

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

    Please, before adding redis to your stack, make sure there is nothing else that you can do instead. When your database takes >100ms to return data, there is most likely a problem with the database schema (like a missing index or you have a bad written query).
    Just adding a redis cache doesn't solve the underlying problem, it just makes the symptoms less bad.

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

      remote databases (like most node developers use Mongo or similar free-tier service) will usually take 100+ms to return data. onprem databases really shouldn't take anywhere that long to return data unless you are doing complex join operations

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

      it helps when when working with external APIs which loading speeds you can't practically do anything about since you don't have access to them

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

    this really helps me understand redis, thank you!

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

    it was fabulous intro to redis.. thank you very much

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

    Truly living up to your name!

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

    This is pretty badass, I'm a full stack developer but my path has not crossed Redis yet and I've been wondering for years now when it would happen. I've been waiting for the dreadful day that I had to use it and figure it out with the documentation on the fly.

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

    Great work man, really simple and straight.

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

    Love your videos. They really helped me a lot :)

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

    underrated channel

  • @011azr
    @011azr 3 ปีที่แล้ว

    Wow, very crystal clear. Can't believe this is for free, like for real. Thanks a lot :)

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

    This is awesome
    Now I get the whole thingy about redis

  • @officialdanieldsouza
    @officialdanieldsouza 7 หลายเดือนก่อน

    Awsome vid Kyle, could you do a video on using Redis as a cache layer and using Drizzle ORM with PostgreSQL. I really love the practical example using Node.js at the end. Would love to see some more on this like a leaderboard implementation, chat feature etc. Thanks Kyle!

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

    Man, how can you do that?
    Every single tutorial you post here I used a lot.
    simply Awesome.

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

    Awesome video , man ! keep it going !

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

    Thank god for this channel. Actually, thank Kyle.

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

    Just awesome. Couldn't be explained any better.

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

    thank you for that perfect demonstration

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

    As always precise and concise. Awesome tutorial! Thankyou

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

    Superb Explanation of All Time Best

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

    You nailed it! Perfect explanation!

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

    Perfect. Concise to the point. THANK YOU

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

    Thanks for this awesome intro to redis.

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

    Wow excellent video Kyle. Thank you for the clear explanation.

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

    Best and beauty programmer ever

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

    Such A Nice & Detailed Video

  • @TheFaheemiQuasar
    @TheFaheemiQuasar 2 หลายเดือนก่อน

    Amazing, super straight forward

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

    the real world example was great !

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

    Thanks a lot! Your explanation flow is amazing.

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

    Thank you Kyle! Liked, commented and subscribed! This was excellent, I look forward to learning more through your videos.

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

    You can run Redis on Windows. 1. option is install a service for it (you can find it on Google) or 2. option Laragon local PHP/WP environment has it built-in too. Otherwise thanks for very insightful video.

  • @belaviferr3976
    @belaviferr3976 6 หลายเดือนก่อน

    Love it!! ❤ Thanks Kyle!

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

    Woww!! Very good. I was searching something fast to helps me with my job and this was a very good class.

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

    your explanation is super clear! thank you!

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

    Thanks so much Kyle, this video was super informative

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

    A pro makes things look easy. And I even understood it, in theory. :-)

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

    Brilliant video and explained really well. I made notes to share with my team :)

  • @Manikandan-nn2bw
    @Manikandan-nn2bw ปีที่แล้ว

    Loved it brother. Thank you so much.

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

    simple and effective . would love to have more videos

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

    Just awesome explanation for newbies. Great job!

  • @pram-6515
    @pram-6515 3 ปีที่แล้ว

    great explanation, you are my favorite teacher

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

    Thank you, Kyle! This is super helpful and easy to understand.

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

    Excellent tutorial!
    Thanks Kyle!

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

    Great explanation of Redis 👏

  • @Dean-Shepp
    @Dean-Shepp 3 ปีที่แล้ว

    Thanks Kyle, nice explanation on Redis.

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

    kyle: while ago posted a video titled "why i don't care about performance"
    kyle again: learn Redis to improve performance xD
    sorry if i wrote your name wrong amazing video as always :D
    EDIT: lol while watching the vid i see your name and it correct

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

    Thanks Kyle for the amazing tutorial!!

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

    Bro you are just great, thank you for your content