vertx / io.vertx.rxjava.redis / RedisClient / auth

auth

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

Authenticate to the server

Parameters

password - Password for authentication

handler - Handler for the result of this call.

Return