Cache your data with Redis and Mysql in spring boot #redis #springboot #java #caching #mysql

preview_player
Показать описание
Redis, which stands for Remote Dictionary Server, is a fast, open-source, in-memory, key-value data store. The project started when Salvatore Sanfilippo, the original developer of Redis, wanted to improve the scalability of his Italian startup. From there, he developed Redis, which is now used as a database, cache, message broker, and queue. Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, and sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions, and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

The use of Redis Cache is are many its can be used as a database or cache but in these Video, we going to cover how we can use Redis as a cache.

👍 Thanks for watching!
Support me with a like + A Subscription! ❤

Source Code(¬‿¬)

For more Details about cache do check out below link--

#springboot
#redis
#java
Рекомендации по теме
Комментарии
Автор

Thanks sir it’s helped, appreciate your efforts….❤

gopisambasivarao
Автор

i face a problem when run application that: "java: cannot access Help me sir, Thank you

NguyenTuan-puye
Автор

i want to ask, how to do if we want to set different time to live each of cache? not set globally on application yml

is there any option for that case?

doomdota
Автор

can. you make a video on session caching using redis and spring boot

sulabhbrt
Автор

If we have to cache using some id like id =1 or name = harshit how can we do that ?

harshitsachdeva
welcome to shbcf.ru