Just released Kreds 0.7, a pure Kotlin redis clien...
# server
a
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
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.crackthecodeabhikreds0.7 FAILED
What I could be missing?
So it seems that you can't use kreds with a JDK < 17