https://github.com/zsomborjoel/spring-redis-example
Test senario for Spring and Redis caching
https://github.com/zsomborjoel/spring-redis-example
redis redis-cache spring
Last synced: about 2 months ago
JSON representation
Test senario for Spring and Redis caching
- Host: GitHub
- URL: https://github.com/zsomborjoel/spring-redis-example
- Owner: zsomborjoel
- Created: 2023-04-12T14:40:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T12:13:17.000Z (about 3 years ago)
- Last Synced: 2025-02-11T14:41:17.219Z (over 1 year ago)
- Topics: redis, redis-cache, spring
- Language: Java
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-redis-example
* redis
* h2
* lombok
* hibernate
Data fetched from redis cache on second fetch. Represented with delay in db call.