https://github.com/viniciusmassari/simple-cache-proxy-spring
https://github.com/viniciusmassari/simple-cache-proxy-spring
pico redis redis-cache spring spring-boot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viniciusmassari/simple-cache-proxy-spring
- Owner: ViniciusMassari
- Created: 2025-02-06T18:15:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T18:25:35.000Z (over 1 year ago)
- Last Synced: 2025-06-17T10:07:58.806Z (about 1 year ago)
- Topics: pico, redis, redis-cache, spring, spring-boot
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
- docker compose up -d
- mvn install
- cd target
- java -jar cacheproxy-0.0.1-SNAPSHOT.jar -p HTTP_ENDPOINT
- java -jar cacheproxy-0.0.1-SNAPSHOT.jar --clean-cache (To clean redis)
## Objective
Serve as a proxy to retrieve cached data before making a new request
[project URL](https://roadmap.sh/projects/caching-server)