Spring Boot | Spring Data Redis | Database | CRUD Example | JavaTechie

preview_player
Показать описание
This tutorial will guide you how to use Spring Data Redis, which provides the abstractions of the Spring Data platform to Redis – the popular in-memory data structure store

#javatechie #Redis #SpringBoot

Redis :

GitHub:

Blogs:

Facebook:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community , you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Redis stands for Remote Dictionary Server not Remote Directory Server

cristyshorasd
Автор

Thanks Vasant for your efforts! Much appreciated! Hope to see the next Redis Cache tutorial soon! Keep up the great work!

voiceguy
Автор

A very simple but helpful tutorial for hands on with Redis and spring boot. I tried it and it worked in first attempt. thank you very much!!!

SuryaIsSurya
Автор

Awaiting for redis cache video..Nd thnks for this video 👍

Dedeepya
Автор

I'm new to Spring Boot. I hope to progress, thanks for sharing your knowledge.

rosamariacarrillofrias
Автор

Appreciate your efforts Basant. God Bless you..🙂🙏

gopisambasivarao
Автор

I have watched all your videos..Thanks alot ...😀😀

santhoshsandy
Автор

Nicely explained. Thanks for such an amazing tutorial. You gained one more subscriber with lots of respect.

sandeepsinghchauhan
Автор

thank you so much it is very hepfull for redis .

frattekin
Автор

really great and helpful content please just explain a bit about inbuild objects that you use or otherwise the viewer have to search again and again

abhicomic
Автор

Nice video sir.Sir if possible create video on where and when we will use this in real time scenario.and also how to install redis on Linux.Thanks in advance sir.

bathulanagendra
Автор

What is the best way to connect to an AWS Redis cluster that has IAM Role configured? My application is a reactive application using WebFlux. Which Redis client should I use: Redisson, Lettuce, or Jedis?

photo_lab
Автор

Hello, thank you for this amazing tutorial. I want to ask you what exaclty is this cache? A second level cache or a distributed cache?

d.s.
Автор

Can you please explain the scenario where we can use Redis as cache and any other db like sql or mongo as db?

satyabratasahoo
Автор

HI basant suppose if I want to save the list of product in Redis server for example in this video we are saving only one product can you share me for the list of products

public Product save(Product product){
template.opsForHash().put(HASH_KEY, product.getId(), product);
return product;
}

TEAMPOWERHOUSE
Автор

Please remove Jedis version tag...if you face any problem in server up

mk-wanderlust
Автор

Thanks for posting the video. I think you forgot to mention update service code.

rahulvaish
Автор

Hi sir
I have followed ditto like yours but i am getting jedis connection exception.. any idea what needs to be done here

sachdeva
Автор

Would you please share an example where Redis is used as a cache ?

UTUBDZ
Автор

I have this error when post a product class java.lang.Integer cannot be cast to class java.lang.String (java.lang.Integer and java.lang.String are in module java.base of loader 'bootstrap')

alejandroescobar
welcome to shbcf.ru