[rekt] – Coroutine-based Multiplatform Redis Client

rekt is a coroutine-based multiplatform (JVM/JS) solution for Redis clients by wrapping popular platform-specific libraries

We are still in a highly experimental phase, but the most basic commands (auth, get, set) are already working perfectly without any issues!

It is currently using Lettuce on JVM and node-redis on the JavaScript side. We plan to make a fully documented library without missing any important features while still being ergonomic and flexible. This means it uses reactive-like and functional-inspired types like Flow and Either.

Since it is in an experimental stage, you can only access it through JitPack or by compiling it by yourself and publishing it to mavenLocal() for now. When it stabilizes, it will be, of course, published to Maven Central as well!

You can contact us on Discord and see the library’s source code on GitHub

submitted by /u/FromSyntax
[link] [comments]