open fun auth(password: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Authenticate to the server
password - Password for authentication
password
handler - Handler for the result of this call.
handler
Return