https://github.com/evertonsavio/spring-webflux-redis
Spring Webflux for Non-Blocking Reactive Java with caching using Redis
https://github.com/evertonsavio/spring-webflux-redis
Last synced: about 1 month ago
JSON representation
Spring Webflux for Non-Blocking Reactive Java with caching using Redis
- Host: GitHub
- URL: https://github.com/evertonsavio/spring-webflux-redis
- Owner: evertonsavio
- Created: 2022-01-31T12:58:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T18:44:06.000Z (over 4 years ago)
- Last Synced: 2025-01-02T12:12:59.595Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Redis performance with JMeter
---
```bash
#Environment
docker-compose up -d
#Java
mvn clean package -DskipTests
java -jar target/*.jar --server.port=7070
#JMeter
./jmeter -n -t path-to-jmx/file-name.jmx -l path-to-output/v1-output-file.jtl
```