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

SubscriberClient authorisation #8

Open viktorhrekh opened 2 years ago

viktorhrekh commented 2 years ago

How to auth the SubscriberClient? It doesn't implement auth() method

crackthecodeabhi commented 2 years ago

@vie10 good catch, need to add auth mechanism for subscriber clients. Will be added in 0.8.

viktorhrekh commented 2 years ago

@vie10 good catch, need to add auth mechanism for subscriber clients. Will be added in 0.8.

I'm using Kreds in my project so it would be very useful. Thanks for your job!