Javarevisited

A humble place to learn Java and Programming better.

Member-only story

What is Redis Cache and how to use it in Spring Boot using Spring-Data-Redis?

--

Image Source: https://miro.medium.com/max/1400/1*BJA4Po0UTCoBt1hVaEm6KA.png

Hello everyone. In this article let us see how to use a Redis cache with a Spring Boot application. If you want to know in-depth about Caching, please go through my below article

Caching in Spring Boot

Spring Boot supports the following Cache Providers and Redis is the most widely used. We will be focussing on Redis in this article

  • Generic
  • JCache (JSR-107) (EhCache 3, Hazelcast, Infinispan, and others)
  • EhCache 2.x
  • Hazelcast
  • Infinispan
  • Couchbase
  • Redis
  • Caffeine
  • Simple

What is Redis?

Image Source: https://miro.medium.com/max/1400/1*n07ZJAVVq739XKsr9XW10Q.png

Redis is an In-Memory distributed cache that is super fast, highly scalable, and…

--

--

Javarevisited
Javarevisited

Published in Javarevisited

A humble place to learn Java and Programming better.

Dineshchandgr - A Top writer in Technology
Dineshchandgr - A Top writer in Technology

Written by Dineshchandgr - A Top writer in Technology

Principal Software Engineer and Technical Lead focussed on Backend Engineering who likes to upgrade the tech skills and share knowledge to the community

Responses (1)