vertx / io.vertx.reactivex.redis / RedisTransaction / clientKill

clientKill

open fun clientKill(filter: KillFilter, handler: Handler<AsyncResult<String>>): RedisTransaction

Kill the connection of a client

Parameters

filter - Filter options

handler - Handler for the result of this call.

Return