A library to simplify interaction with KeyDB with proper implementation using Lettuce reactive API
Important
GO INTO RELEASES AND READ
Note
You don't need to clone or anything.
Simplest setup possible is just adding this to build.gradle.kts
:
dependencies{
// add this dependency:
implementation("com.github.Gylaii:keydb-client-lib:TAG")
}
repositories {
mavenCentral()
// add this repo:
maven { url = uri("https://jitpack.io") }
}