How to implement Redis in Spring Boot using Spring Data Redis & Jedis

preview_player
Показать описание
In this video, I will show you how to implement Redis in Spring Boot Application using Spring Data Redis and Jedis Client

Other Video:
-----------------------------------------------------------------------

Follow us on :
--------------------------------------------------------

My Laptop :
------------------------------------------------------

Audio Gear :
------------------------------------------------------

Secondary Audio :
------------------------------------------------------

Recommended Books:
------------------------------------------------------

Music:
-------------------------------------------------------

#Redis #SpringDataRedis #Jedis #DailyCodeBuffer
Рекомендации по теме
Комментарии
Автор

Best tutorial on Redis cache so far on the entire YouTube channel

bgoswami
Автор

I got really stuck with getting all the values from redis part. Turned out that flushall was the answer. Thank you.

gr
Автор

Great stuff here .
Would be great if you can create a video on Springboot and Caching with Redis.
Thanks

abduchadili
Автор

you are simply awesome bro!, I have never seen such a good content creator yet in my entire life you are really good at it, keep it up Bro

utkarshdevgan
Автор

Hi, your way of explanation is simply amazing.

krishnagupta
Автор

One of the best video on redis
Thank u so much for covering all scenarios 🙏

newkingdom
Автор

Nice Explanation, You covered all operations in short time... awesome

aparnaagrawal
Автор

I want to use Redis and Mysql/Postgres at the same time where Redis will be used as an LRU cache. What should I do ?

kayeshparvez
Автор

Nice explanation, I have one query over here How to club this with Mysql or Mongo database, If key is not present in redis server, it should fetch from database, Please make a video for it also

rupeshtiwari
Автор

Hi, wanted to know that how can we add data to multiple db like redis and Mysql with use of single service

KhalidAthar
Автор

Bro I'm getting confused @cacheable n opsfoHash .. which one is better or do we use..?

shivaadep
Автор

Hi bro i have one doubt if i want data based on two param i.e loginuser and id which method of redis template i should use

hritikshinde
Автор

good one, but how we deploy these things on production environment. like how to start redis on prod.

RaviVerma-bgul
Автор

Hi @DailyCodebuffer, thanks for creating this video, it is very helpful, can you also create the video to store data in DB and then in cache and for 1st time fetching form DB and storing in cache then next time fetching should happen from cache, also I am facing class cast exception in getByID API can you please help in this.

ishitazarkar
Автор

Bro.... But without all the config and all... Simply extending the CrudRepository<Object, String> is also working with Redis...

rajeevkalangi
Автор

How can I find by firstName, for example?

sergioddh
Автор

How to set TTL in redis template...plz help

unboxian
Автор

What is the license of redis? Can I deploy this in production freely?

FaisalKhan-iwtw
Автор

how to see json stored in redis after save method thorugh redis cli???

sankettawhare
Автор

could you explain how to configure jedispool?

ashwinvarma