Nordix / hiredis-cluster

C client library for Valkey/Redis Cluster. This project is used and sponsored by Ericsson. It is a fork of the now unmaintained hiredis-vip.
BSD 3-Clause "New" or "Revised" License
87 stars 42 forks source link

There is no way to perform AUTH in asynchronous mode. #165

Closed arwace closed 1 year ago

arwace commented 1 year ago

There is no way to perform AUTH in asynchronous mode. Please let me know what is possible

bjosv commented 1 year ago

It should be possible, there is an example in the tests that might be helpful: https://github.com/Nordix/hiredis-cluster/blob/16f8abccb3700b862123b0c046b479b93ea6e541/tests/ct_connection.c#L345C1-L372

arwace commented 1 year ago

It should be possible, there is an example in the tests that might be helpful: https://github.com/Nordix/hiredis-cluster/blob/16f8abccb3700b862123b0c046b479b93ea6e541/tests/ct_connection.c#L345C1-L372

Thank you. This is work fine.