vertx / io.vertx.reactivex.redis / RedisTransaction / auth

auth

open fun auth(password: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Authenticate to the server

Parameters

password - Password for authentication

handler - Handler for the result of this call.

Return