vertx / io.vertx.redis / RedisTransaction / auth

auth

abstract 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.

Since
Redis 1.0.0 group: connection