Spring Data Redis in Spring Boot Example | Tech Primers

preview_player
Показать описание
This video covers the Spring Data Redis in a Spring Boot Application

📌 Related Playlist
================

🎬Video Editing: iMovie

🎼Background Music: Broke For Free - Day Bird
The Passion HiFi - What We Came To Do

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.

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

thanks for taking the time to explain redis on springboot. Much appreciated.

MrSuriyam
Автор

Thanks for this good demo. Helped me to kick start with Redis - Spring Boot

phanimohan
Автор

I apolozise, in the previous comment on redis vedio i asked for java implementation, got it here, good work. Thanks

rahulvutukuri
Автор

bro, you're awesome. thank you soo much for your efforts. Appreciate it 💙💙💙

akhilt
Автор

Good comprehensive tutorial... Thank you...

psterdale
Автор

Thankyou for the very insightful tutorial !

fareezjasmi
Автор

Great video! A very good example to get a first impressin on Spring, Redis and Rest combined at the right level of difficulty for me.

A would like to see a similar example/examples with Spring Cloud Dataflow and Kafka or RabbitMQ.

sofoklisfountas
Автор

Good one. This talks about just the Redis as standalone cache. How about making use of Redis along with database like MySQL? so all the CRUD operations will have one more element of adding/updating/deleting the actual data from database based on how Redis performs.

shivraj
Автор

Awesome bro :) I really liked this video.. Very Informative.. Thanks :)

balrajmys
Автор

Hi Ajay,
Thanks for Great Video.
How can I use redis as a distributed cache?

amrendrasingh
Автор

Thank you so much for this tutorial it was very helpful. Can you do a tutorial about user registration with redis?

hasanenesdogan
Автор

Hi Tech Primers,


wonderful video, thoroughly enjoyed it.
i have a question though, this is using spring data redis to store in memory database, but what if i want to use JPA along with this?
such that when a request is made it should first search in the redis cache, if not found then hit the persistence ?

navneethsubramanya.
Автор

Nice explanation.
Just one question, can I create the beans of 'JedisConnectionFactory' and 'RedisTemplate()' in a configuration class file.
Will it be a good choice ?

anmolmore
Автор

Thanks for the video.. I have doubt... You have mentioned that Redis doesn't provide any repository interface.. Why not used CrudRepository?

tushargoel
Автор

Thanks for the Tutorial. Suppose we have a portal with Shopping Cart. Guest users, without login, can add products to their Shopping Cart. If we save the user's shopping cart to Redis, how to differentiate which Cart belongs to which user. Is there a way this can be done with JSESSIONID or something similar?

indiautube
Автор

It's helpful video thanks u so much sir

durgeshkumar
Автор

Great! Just have a question though, How you made connection to Redis running on some different port, How did Spring came to know about the same?

TheNikhil
Автор

Thanks. Exect this is nessary for interview.

aleksei
Автор

Can u post video on authentication & Authorization with redis for multiple services. Thanks

amarreddy
Автор

Thank you so much for sharing. It is great!

huanglu
visit shbcf.ru