Skip to content

Async KeyDB library for pub/sub and queue interaction

Notifications You must be signed in to change notification settings

Gylaii/keydb-client-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyDBClient library

A library to simplify interaction with KeyDB with proper implementation using Lettuce reactive API

Important

GO INTO RELEASES AND READ

TL;DR

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") }
}