How to Use Redis in Your Spring Boot Project: Step-by-Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 6 апр 2024
  • 🟡 Get 1 to 1 coaching with me: topmate.io/engineeringdigest
    🟡 Donate: paypal.me/engineeringdigest
    🟡 Perks: / @engineeringdigest
    🔴 Discord: / discord
    🔴 Twitch: / engineeringdigest
    🔴 Personal RUclips Channel: / channel
    🔴 Instagram: / thevipulvats
    🔴 Twitter: / thevipulvats
    🔴 LinkedIn: / thevipulvats
    🔴 Website: engineeringdigest.net
    🔴 Source code: github.com/chotabheeeeem/jour...
    🟢 Description: Discover the power of Redis integration in your Spring Boot projects! In this comprehensive tutorial, learn how to leverage Redis for caching, session management, and more. Follow along as we dive into practical examples and implementation tips to supercharge your Spring Boot applications with Redis. Whether you're a beginner or seasoned developer, this guide will equip you with the knowledge to optimize performance and scalability. Watch now and take your Spring Boot projects to the next level!
    🟢 Redis Installation:
    curl -fsSL packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
    echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
    sudo apt-get update
    sudo apt-get install redis
    sudo service redis-server start
    redis-cli

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

  • @lifeok6188
    @lifeok6188 2 месяца назад +6

    please continue this series and bring more advanced concept like microservices, thanks for the effort 👍

  • @nikhilaggarwal9325
    @nikhilaggarwal9325 2 месяца назад +5

    Plz continue this playlist.

  • @gajendrapareek9777
    @gajendrapareek9777 3 месяца назад

    Really great explanation ❤

  • @sanketaochar1499
    @sanketaochar1499 3 месяца назад

    The way explain is really unbelievable 👍

  • @Aloksingh-tv7vd
    @Aloksingh-tv7vd 2 дня назад

    Great explanation🎉

  • @AnantaAkash.Podder
    @AnantaAkash.Podder 3 месяца назад

    Thank you very much sir... For these awesome content

  • @rajnish6967
    @rajnish6967 2 месяца назад

    Very well explained
    Thank You

  • @in_tyler_we_trust
    @in_tyler_we_trust 2 месяца назад

    Sir you are too good !! Please Please continue the playlist ...
    Cant thank you enough !!

  • @praveenraghav4594
    @praveenraghav4594 3 месяца назад +1

    As always... Best video on Redis I have watched till now. Thanks a lot Vipul Bhai.

  • @harshsijariya6005
    @harshsijariya6005 18 дней назад

    Plz continue this playlist. I think you would be in top educator in upcoming year

  • @bikramhaity6374
    @bikramhaity6374 3 месяца назад

    Sir you are awesome , giving such professional content is really appreciating....keep going sir, waiting for more videos like that in future😍

  • @saurabhkashyap6625
    @saurabhkashyap6625 2 месяца назад

    Thank you🙏

  • @oshogarg5215
    @oshogarg5215 3 месяца назад

    thanks

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

    Bhai how to use spring starter cache using some in memory cache like caffeine on jwt secured application like fetching the journal entries of user based on user email extracted from the jwt token passed in the request . I have tried to implement this logic but it is not working for secured endpoints when I make user of public endpoint and passing the email as request body or param then it worked correctly but not with that of the jwt secured endpoints . Please bring up a solution for this .

  • @muaazkhan6156
    @muaazkhan6156 Месяц назад +1

    we have caching for that then why to use redis???

  • @akashsahu5716
    @akashsahu5716 20 дней назад

    god level

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

    Bhai aafat courses bana rahe ho aap.. atisundar atisundar..

  • @PappuKahar-en5lj
    @PappuKahar-en5lj Месяц назад

    "How do you have such deep knowledge, and what are your sources of information?"

  • @tanujverma1126
    @tanujverma1126 2 месяца назад +1

    sir is this playlist going to be continew

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

    Bhaiya tussi great ho

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

    Please continue playlist

  • @user-en2tn2fu6i
    @user-en2tn2fu6i 3 месяца назад

    in discription ,where i found github repo.reply sir.

  • @targetsubconscious3003
    @targetsubconscious3003 2 месяца назад

    pls kafka and transaction management .

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

    Application-dev.yml file is missing in the GitHub link. Please update

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

      It was never pushed. Check git video in the same playlist

  • @anshulchoure5927
    @anshulchoure5927 3 месяца назад

    Bhaiya please jwt auth pe ek video bana do bhaiya please

  • @vipuljha1818
    @vipuljha1818 3 месяца назад

    Sir abhi aur kitne video aayenge iss playlist me ?

  • @akashbhadouria6727
    @akashbhadouria6727 2 месяца назад

    Bhaibaur kitne videos planned hai aur kan tak aajaenge?

  • @kajal-ui8tm
    @kajal-ui8tm 2 месяца назад

    hey,you explain it very well
    bt, want to know the value of below one
    @Value("${weather.api.key}")