https://kotlinlang.org logo
Title
a

Abhi

03/22/2022, 8:26 AM
Just released Kreds 0.7, a pure Kotlin redis client which uses Coroutines at its heart, and Netty under the hood. This version supports Transactions. You can find documentation here https://crackthecodeabhi.github.io/kreds https://github.com/crackthecodeabhi/kreds
👍🏽 1
👍 5
h

hiperbou

06/06/2022, 1:08 PM
I created a new Kotlin JVM project and added the dependency to my build.gradle but gradle isn't downloading it from mavenCentral. And I am gettign this consistently when running the dependencies task: +--- io.github.crackthecodeabhi:kreds:0.7 FAILED
What I could be missing?
So it seems that you can't use kreds with a JDK < 17