Spring Boot Caching Tutorial using Redis

preview_player
Показать описание
Spring Boot Caching Tutorial using Redis

In this video, you will learn how to implement caching using Redis in your Spring Boot applications.

00:00 - Introduction
00:34 - What is Caching?
02:10 - What is Redis?
02:49 - Install Redis using Docker
03:39 - Sample Application Walkthrough
07:10 - Configure Redis
14:40 - Implement Caching
20:09 - Implement Integration Tests

Рекомендации по теме
Комментарии
Автор

Found your channel today, watched full Spring Boot Microservices course and this using of Redis, you're the only guy on YT who explains so great that important topics, especially about Microservices, there isn't any good quality content about them in Java (and not only in Java) on YT, thank you so much! You're a hero!

dimakratia
Автор

Like always Best Java Channel ever. real project real thing. Thanks

manee
Автор

Superb video man.
Clean, concrete steps explained brilliantly.
Thanks a lot 😄

Gamer_with_knowledge
Автор

Very informative, thank you. Please keep making great tutorials like this!

Bek-tr
Автор

Very good video. A lot more comprehensive with integration tests as well covered. Thanks for sharing your knowledge.

sanjuexplore
Автор

Thank you very much, very good explanation of the code.

adeskmath
Автор

Thanks bro, your courses are a great help, could you also implement GraphQL and gRPC later? Perhaps for that 7 hour E-commerce course

unclesam
Автор

Amazing ! hope you are doing good Sai 🤗

backtoGodhead
Автор

Just as an Idea, t would be nice to make some testing videos specially mockmvc etc

manee
Автор

Can we use RedisTemplate instead of Jedis? does that not fit here?

manmanual
Автор

7:10 what if I have multiple classes I want to cache? Should I use the generic jackson serialiser class?

TheSuperBoyProject
Автор

with @Cachable in this case, the reponses will be return if the values are present in Redis. other wise it will go the flow and it will store the reponse newly before returning or not?

DineshKumarSelvaraj-ft
Автор

any plans for tutorial in spring module monolith

pragadeesh
Автор

What about situations of thousands customers concurrent requests per second ?
I think this setup will make a lot of headaches and a total data mess to the company maintaining products during e.g. black Friday...

CenturionDobrius
visit shbcf.ru