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

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

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
```