Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guettafa/springrediscache

Example to see how Redis can speed up your database by caching frequently accessed information using Spring Boot
https://github.com/guettafa/springrediscache

Last synced: about 2 months ago
JSON representation

Example to see how Redis can speed up your database by caching frequently accessed information using Spring Boot

Awesome Lists containing this project

README

        

# Caching data with Redis

It's an example of how we can cache data using Redis on a SpringBoot application

```xml

org.springframework.boot
spring-boot-starter-cache
3.2.3

org.springframework.boot
spring-boot-starter-data-redis
3.2.2

```