The icon of the organisation
JNoSQL Valkey
Quarkus JNoSQL Valkey Runtime provides runtime support for integrating Valkey key-value databases with Quarkus applications. This extension uses the JNoSQL Valkey 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-valkey

Maven

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

Gradle

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