Library

Cache Redis

Redis-backed implementation of the Helix cache abstraction.

Artifact
helix-cache-redis
Category
Data and Persistence

Usage

build.gradle

Groovy DSL

dependencies {
    implementation helix.cache.redis
}

build.gradle.kts

Kotlin DSL

dependencies {
    implementation(helix.cache.redis)
}

Configuration

No Helix-specific configuration properties are required for this library.