Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.8 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.8 KB

Micronaut Redis Playground

CRaC how to build and check

  1. Start redis server docker compose -f localinfrastrucutre/docker-compose.yml up -d
  2. Build docker image ./gradlew -i dockerBuildCrac
  3. Uncomment redis-playground-crac section in localinfrastrucutre/docker-compose.yml and execute again command from the 1st point.
  4. Execute script customWarmupScript.sh and check responses
  5. Get logs from the container and check if any errors occurred docker logs localinfrastrucutre-redis-playground-crac-1

GraalVM how to build and check

TBD.

Regular how to build and check

TBD.

Run benchmark tool

TBD.

Micronaut 3.9.0-SNAPSHOT Documentation


Feature crac documentation

Feature reactor documentation

Feature http-client documentation

Feature lombok documentation