Redis with Node Crash Course - Cache Data for Improved Performance

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 37

  • @kisshore3853
    @kisshore3853 8 місяців тому +1

    Thanks for the great tutorial...Also thanks for not cutting out the stuck up point it was enjoyable and natural to see that people get stucked!! felt connected!!😂😂🤟

  • @rauldeandrade
    @rauldeandrade 2 роки тому +3

    Hi Laith. I really love your videos. Would you consider doing a series on Redis modules and Redis OM? Either here or in udemy would be great! There is very little content around the modules despite some of them being several years old and nothing really on redis om because it's a recent tool. I watched most of your videos and I really like your clear and concise way of explaining things, especially Kubernetes in practice. I also really love your audio setup. It's very clear and pleasant to listen to for extended periods of time.
    I'm very grateful and looking forward to buying some courses from you on a platform like udemy or something. All the best and keep sharing. You're talented at this

  • @amacodes7347
    @amacodes7347 2 роки тому +3

    Thanks man really great video and I enjoyed learning Redis on your channel. However, for those wondering why they may be getting some weird errors, I'll like to let u know that Redis now supports Promises out of the box, and the check out the documentation while following along. I found this very useful in setting up Redis| >>>>>>>

  • @ahmetcengiz3621
    @ahmetcengiz3621 3 роки тому +1

    This video is everything! Have a nice day!

  • @kunaljain0212
    @kunaljain0212 3 роки тому

    Really loving your videos man!!

  • @gabrielbott4659
    @gabrielbott4659 Рік тому

    Clear and concise as usual

  • @sunumbrella6089
    @sunumbrella6089 2 роки тому

    Thank you so much for making this video!

  • @KaireMl
    @KaireMl 7 місяців тому

    Great lesson.

  • @manben256
    @manben256 Рік тому

    Very clear sir, thank you for the video. I learnt a lot👏

  • @susheelyadav6143
    @susheelyadav6143 2 роки тому +2

    Could you please make a video in RabbitMQ in depth.

  • @RajeshYadav-di8nv
    @RajeshYadav-di8nv 3 роки тому +3

    Hey mate love your videos, can you please do a video on express with Typescript possibly?

  • @none0n
    @none0n Рік тому

    Striaght to the point. No BS 🔥

  • @denysbilas3670
    @denysbilas3670 2 роки тому

    Great, clear, awesome!

  • @user-fq4pc7fm2z
    @user-fq4pc7fm2z 2 роки тому

    Thanks! it`s very intelligibly!

  • @lifeisbeautifu1
    @lifeisbeautifu1 Рік тому

    Amazing!

  • @youneshenni5417
    @youneshenni5417 Рік тому

    39:20 mind blown moment 😵

  • @HarelTussi
    @HarelTussi 3 роки тому

    Amazing content!

  • @mahendranath2504
    @mahendranath2504 3 роки тому

    thank you so much I just complete the whole ✌👍🙌👏👌

  • @rololop34
    @rololop34 2 роки тому

    Thank you, very good.

  • @alfredasare5870
    @alfredasare5870 3 роки тому

    Awesome. Thanks

  • @ko-jiro5971
    @ko-jiro5971 3 роки тому

    Thanks you so much 👍🏽

  • @ahoymatey1234
    @ahoymatey1234 Рік тому

    You will probably not want to use the promisy library i got rid of that and got it to work by directly using await client.set(key, value) and i had to add await client.connect(); to the listen callback when it starts up

  • @ahmedelgaidi
    @ahmedelgaidi 2 роки тому

    Good video

  • @user-iy2ln6rp9n
    @user-iy2ln6rp9n Рік тому

    Hi! thanks for the video
    I'm making API service with redis, that should deal with huge amout of people speedily. So i'm doing some stress test. If i do 2000 times of cotinuous 'get' from redis, without any interver between the execution, it takes long time for the first 'get' (0.03 second), and the shorter time(0.001 second) for the following every 'get's. And when I do 2000 times of 'get' with 3 seconds of intervals, like all of the 'get' being the first attempt, it takes long time for every 'get's. what is the reason, and how to fix this? i checked the maxmemory policy and it was 'noeviction'. I'm using python 3.11

  • @debasissaikia304
    @debasissaikia304 3 роки тому

    Awesome

  • @APerson-d5s
    @APerson-d5s 3 роки тому +1

    Thank You! You should do a MERN Applications with Redis on it!

  • @icnawaz
    @icnawaz 2 роки тому +1

    Hi, I'm using windows 10. I don't see redis-server executable file in src folder! What to do?

    • @osemudiamhen
      @osemudiamhen 2 роки тому +1

      You'll have to install redis-server using windows subsystem for linux. Follow steps outlined in the link redis.io/docs/getting-started/installation/install-redis-on-windows/

  • @ballonura
    @ballonura 3 роки тому

    Thanks you

  • @manoj-k
    @manoj-k 2 роки тому

    🔥🔥🔥

  • @brownsugar2549
    @brownsugar2549 2 роки тому

    RedisSearch with RedisJson in NodeJS 🙂

  • @apurbadehidar6079
    @apurbadehidar6079 2 роки тому

    Most of this runs with legacyMode true in 2022

  • @saptarshihore3388
    @saptarshihore3388 Рік тому

    noice

  • @rilhomie3244
    @rilhomie3244 2 роки тому

    No executables on windows

    • @shadmanmartinpiyal4057
      @shadmanmartinpiyal4057 2 роки тому

      you have to install linux subsystem within windows, check how to install "wls"
      But just to run everything clearly, just use linux (ubuntu)

    • @angrysmilex
      @angrysmilex 2 роки тому

      or just use docker