/quarkus-redis-demo

A simple cache with the new Quarkus Redis API

Primary LanguageJava

Quarkus Redis Demo

A very simple demo showing how to use the new Redis API to implement a cache.

Run the demo

> mvn quarkus:dev

Then, open a browser to: http://localhost:8080.