Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guettafa/springrediscache
- Owner: guettafa
- Created: 2024-07-21T23:22:43.000Z (6 months ago)
- Default Branch: stable
- Last Pushed: 2024-07-21T23:37:21.000Z (6 months ago)
- Last Synced: 2024-07-22T00:36:11.344Z (6 months ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.3org.springframework.boot
spring-boot-starter-data-redis
3.2.2```