vertx / io.vertx.rxjava.redis / RedisClient / clientKill

clientKill

open fun clientKill(filter: KillFilter, handler: Handler<AsyncResult<Long>>): RedisClient

Kill the connection of a client

Parameters

filter - Filter options

handler - Handler for the result of this call.

Return