abstract fun auth(password: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Authenticate to the server
password - Password for authentication
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: connection