URL Shortener | Spring Boot and Spring Data Redis | Tech Primers

preview_player
Показать описание
This video covers how to create a URL Shortener using Spring Boot and Spring Data Redis

Video Editing: iMovie

Background Music:
Joakim Karud
Dyalla

---------------------------------------------------------------
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 copyrighted. You cannot re-distribute videos on this channel in other platforms.
#SpringDataRedis #SpringBoot #TechPrimers
Рекомендации по теме
Комментарии
Автор

I would be really glad to see videos of gcp !

sumanthbs
Автор

This is beyond awesome :D, need more videos like these !!

rockboyjazz
Автор

Thank you so much and good explanation about URL shortener

nklvijay
Автор

Super boss, you know everything, where are you working?

ILuvBilli
Автор

Can you have video explaining topic : spring boot + jpa(with mysql or any external database) + redis cache which will talk about providing crud operations efficiently?

shivraj
Автор

Thanks for the video, How did the spring service automatically linked to Redis server which you had already installed n running on your system?

vivekatbitm
Автор

Please make a video of ControllerAdvice and in microservice architecture how exception is handling.

sumanchandrasaw
Автор

Hi - Can you please clarify where we mentioned the Redis hostname and port to store the URL in side the Redis Cache ?

bhargavasurimenu
Автор

what is the best way to cache images in your opinion??

LivenLove
Автор

How to connect redis cluster by using service url?

ankushanpat
Автор

Can you please tell me how this Redis is different from the normal Db (Postgres, Oracle)?

sahilGupta
Автор

Hey. For an internal company project sometime last month I was using Jedis and Spring Boot to connect to a redis-cluster deployed on Google Cloud. I defined Redis related config in a separate config class such as initializing the factory and the template. All worked fine except for the fact that when Redis times out (say VM is down), we don't receive an error handler for us to manually time the function out after a period of X seconds or do anything else.

To reproduce this issue, just kill the redis-server on your local and try the controller again. It should time out after a while. What ways do we have to stop the process apart from running the redis-function in an executor service and killing the thread after an interval?

AmanGarg
Автор

With redis pub/sub the data should be saved in oracle db with springboot JPA save. Which actually not working. Please explain how to do it. Thanks in advance

maheshrebba
Автор

Great Video, though too fast at some points.

obrienobahi
Автор

Hi, I thought the URL shortener will be a clickable one, like bit.ly. Can you tell me how this can be done?

RamGopalsubbu
Автор

hashing murmur3 is not working after import

vishalmishra
Автор

You didn't connect to Redis server ? just storing the data into redis !! strange..

ajaydhiman
welcome to shbcf.ru