Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
/ redis-utils Public archive
generated from demidko/library

Kotlin thread-safe Redisson wrapper powered by integration with Stately

License

Notifications You must be signed in to change notification settings

demidko/redis-utils

Repository files navigation

Kotlin thread-safe Redisson wrapper powered by integration with Stately

Usage

val connectionString = "rediss://root:[email protected]:37081"
val redis = create(clientOf(connectionString))
val map = threadSafeMap<String, Int>("timecoins")
map.access { // isolated state
    it["apples"] = 475
}

Download with Gradle

Add the JitPack repository to your build.gradle.kts:

repositories {
    maven("https://jitpack.io")
}

Add the dependency:

dependencies {
    implementation("com.github.demidko:redis-utils:2021.06.30")
}

About

Kotlin thread-safe Redisson wrapper powered by integration with Stately

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages