crackthecodeabhi / kreds

A thread-safe, non-blocking, coroutine-based Redis client implementation for Kotlin
https://crackthecodeabhi.github.io/kreds
Apache License 2.0
198 stars 18 forks source link

Unix sockets #91

Open jonathanoff2022 opened 1 year ago

jonathanoff2022 commented 1 year ago

Hello,

Redis can listen on unix sockets, but currently kreds can only access redis through a port. Is it planned?

Kind regards Jonathan

domgew commented 8 months ago

If you come across this issue, kedis might be worth a look. It however is in very early stages, so proceed with caution.