Good and well explained video. Can u give me any tip that how can I create a redis cache service in my Microservice architecture?
@JavaTechSolutions22 күн бұрын
@@katrex8578 yes... You can create a redis implementation in your microservices architecture. That is already in this example
@katrex857822 күн бұрын
@@JavaTechSolutions I mean how can I connect the other microservices to that?
@JavaTechSolutions22 күн бұрын
@katrex8578 other microservices (ms) means? If you want to connect from one ms to another then there are lots of options to connect. If you want to connect redis from ms that is explained in this tutorial
@katrex857822 күн бұрын
@@JavaTechSolutions thank you.
@baburaomulaparthi453126 күн бұрын
is redish db similar to hibernate 2nd level cahe?
@JavaTechSolutions26 күн бұрын
@@baburaomulaparthi4531 redis is a another for maintaining distributing caching.. hibernate 2nd level caching also similar kind of things
@fahadgaliwango45026 ай бұрын
well explained, how do we handle updates
@JavaTechSolutions6 ай бұрын
May be we can create one api which will update the value
@rashedal-qatarneh59443 ай бұрын
how did your application know redis is running on port 6379?
@JavaTechSolutions3 ай бұрын
@@rashedal-qatarneh5944 we have to define redis URL in the prop file
@172ShivaTheja5 ай бұрын
return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null I'm getting this error pls help
@JavaTechSolutions5 ай бұрын
When you are getting this error
@user-yx2by7 ай бұрын
how we are connected without redis server configuration.. Can you please help me
@JavaTechSolutions7 ай бұрын
what does this means? without configuration
@kumarkundan-u8c3 ай бұрын
do we need to install redis explicitely
@JavaTechSolutions3 ай бұрын
Yes
@AjaySingh-mo6ho6 ай бұрын
when I implement @cacheble(value=""order ") on Get All in the ServiceImpl after runing - PostMan status showing 200 OK but Data is not getting
@JavaTechSolutions6 ай бұрын
It should be... Please follow my tutorial. Code also attached in the description section. From there you can see the reference