Your videos are amazing. Precise, fast, and to the point.
@deltamakuba2 жыл бұрын
Thank you, that was amazing and straight to the point...
@alinazim2847 Жыл бұрын
Your video are so incredible, Thanks a lot of!!!
@souvikadhikary89903 жыл бұрын
Clear demonstration with every important steps, explanation & background. 👍
@CachedInsights3 жыл бұрын
Glad it was helpful!
@narendrakumariitb3 жыл бұрын
Crystal clear thanks man 👍
@tzhynt Жыл бұрын
That's very kind of you
@karthik-pillai3 жыл бұрын
Perfect and to the point!
@chowdhuryfarsadaurangzeb50803 жыл бұрын
Very good tutorial. Thanks.
@SachinKumar-rz6cw3 жыл бұрын
Consider the scenario where DB is updated directly, how to tell redis to invalidate the current cache and reload the values from DB.
@saifulhasan25323 жыл бұрын
We need to use Maxwell in that case.
@SachinKumar-rz6cw3 жыл бұрын
@@saifulhasan2532 thanks for the reply. I'll try to search more on this Maxwell thing.
@mrinalbhattacharjee8091 Жыл бұрын
Is it possible to install Redis software in Windows 10? Please let me know. Thank you for your nice lecture
@jamesh41293 жыл бұрын
Maybe I missed it but where did you tell your spring app to connect to redis??
@MahnazMahmoudi-z8j Жыл бұрын
Why didn't you write annotations for the getAll?
@satishryc3 жыл бұрын
in GitHub code, I think u have missed to write the logic for delete and find functionalities in UserRepositries Class and also u didn't explain about MySQL connection, the rest all explained pretty good
@rakshitingale40832 жыл бұрын
Man!! Thank you !
@CachedInsights2 жыл бұрын
You're welcome!
@physrivdos4 жыл бұрын
Thanks for the great video. I have two doubts. 1) I noticed that the model User (class User) implements Serializable. Could you please clarify, why this is required? 2) Is jedis component to manipulate redis cache data not required to implement Redis cache?
@CachedInsights4 жыл бұрын
1).By default, RedisCache and RedisTemplate are configured to use Java native serialization. Hence to make the user model to be able to serialized or deserialized , the marker interface serializable is used here. 2).In this Example the default configurations of Spring Data Redis is used , but for instance , if you want to run your redis server onto some different host and port , or want to customize the default behavior of spring data redis, then in that case you might need to default configuration of Jedis Component.
@physrivdos4 жыл бұрын
@@CachedInsights thnx for the response.
@bhushankumarsingh49413 жыл бұрын
@@physrivdos I think data store in Redis as a stream form that's why we have to implement Serializable so that model will convert into the stream
@Entertainment_Zone25222 жыл бұрын
Bro, Do for getAll api? Cache not working
@samssunny162 жыл бұрын
how we can store and retrieve java collections and Date object in redis cache? Can anyone help me on this?
@sergioddh2 жыл бұрын
How can I find by username, for example?
@mayurgaikwad97293 жыл бұрын
Hie.. you didn't write any configuration file... i mean redisConnectionFactort code
@alokmaheshwari87552 жыл бұрын
awesome video
@CachedInsights2 жыл бұрын
Glad you enjoyed it
@cbalu733 жыл бұрын
I couldn't see the Redis connection configuration in the spring-boot project
@CachedInsights3 жыл бұрын
Yes there is no configuration at code level as redis server used locally runs on default port of redis. The dependency spring-data-redis takes care of establishing the connection with the locally running redis.
@mayurgaikwad97293 жыл бұрын
Without the connection code is it able to use redis..??
@PraveenSingh-sz6zj3 жыл бұрын
Spring boot auto configures for you as dependency is present in the classpath due to declaration in pom.xml
@gulamsarwar75024 жыл бұрын
can you pls add the github link
@CachedInsights4 жыл бұрын
Hi Gulam, The link to source code is already present in the description.Kindly expand the description box 🙂. BDW here it is - github.com/stackfortech/redis-cache-spring