vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / authAwait

authAwait

suspend fun RedisClient.authAwait(password: String): String

Authenticate to the server

Parameters

password - Password for authentication

handler - Handler for the result of this call.

Return