q

quarkus-redis-cache

Use Redis as the caching backend
Files download
File Operation
quarkus-redis-cache-3.10.0.jar download
quarkus-redis-cache-3.10.0.pom download
quarkus-redis-cache-3.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.quarkus</groupId>
  <artifactId>quarkus-redis-cache</artifactId>
  <version>3.10.0</version>
</dependency>
Gradle Groovy
implementation 'io.quarkus:quarkus-redis-cache:3.10.0'
Gradle Kotlin
implementation("io.quarkus:quarkus-redis-cache:3.10.0")
Scala SBT
libraryDependencies += "io.quarkus" % "quarkus-redis-cache" % "3.10.0"
Groovy Grape
@Grapes(
  @Grab(group='io.quarkus', module='quarkus-redis-cache', version='3.10.0')
)
Apache Ivy
<dependency org="io.quarkus" name="quarkus-redis-cache" rev="3.10.0" />
Leiningen
[io.quarkus/quarkus-redis-cache "3.10.0"]
Apache Buildr
'io.quarkus:quarkus-redis-cache:jar:3.10.0'