The icon of the organisation
JNoSQL Redis
Quarkus JNoSQL Redis Runtime provides runtime support for integrating Redis key-value databases with Quarkus applications. This extension uses the Jedis-based JNoSQL Redis driver directly, with proper connection pooling, enabling efficient storage, retrieval, and management of key-value data within Quarkus projects.

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.jnosql:quarkus-jnosql-redis

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.jnosql:quarkus-jnosql-redis"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.jnosql:quarkus-jnosql-redis"