vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / authAwait

authAwait

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

Authenticate to the server

Parameters

password - Password for authentication

handler - Handler for the result of this call.

Return