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

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

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)