Hi Kotliners! I wrote a Kotlin Redis client using co-routines.
Check this out, i welcome you to review it, provide feedback, contribute to it, use it.
https://github.com/crackthecodeabhi/kreds
Please give Github stars, so it encourages me to contribute more to Kotlin Server side and the Kotlin Server side community! Your stars and feedback means a lot!
Thanks!
👍 2
K 6
b
Big Chungus
02/08/2022, 1:35 PM
I feel like you might've missed out on a pun here -
kredits
😄
Cool project otherwise
a
Abhi
02/08/2022, 1:38 PM
Haha, good one!
Thanks!
b
Big Chungus
02/08/2022, 1:42 PM
Do you plan on making it multiplatform somewhere down the line?
a
Abhi
02/08/2022, 2:02 PM
Maybe, if people show interest but i doubt since, node, and native have many options available.
My current goal is to make it a quality redis library for Kotlin using coroutines, as i did not find any pure Kotlin library for Redis under redis clients.
r
rrva
02/23/2022, 8:59 PM
Saw your project, good stuff!
I wrote this but never came around to use it in any production code:
https://github.com/rrva/coredis
👍 2
a
Abhi
03/22/2022, 10:30 AM
Amazing! Maybe we can collaborate? Are you interested?