Replies: 1 comment
-
Hey @mgroth0 , Short answer is there are no plans currently. You can consider some existing alternatives like https://github.com/domgew/kedis For a longer answer we would need some specific use case and more importantly - how being a Kotlin multiplatform library would help in this use case. Lettuce uses Netty internally and this would limit some platform availability without a major refactoring, specifically native and JavaScript implementations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am guessing that this library is intended to stay within the realm of Java given that it is written primarily in Java (only a few percent kotlin as of the time I am writing this). But I just want to check: are there any plans to eventually make this a kotlin multiplatform library, supporting other targets such as Kotlin/Native?
Beta Was this translation helpful? Give feedback.
All reactions