vertx / io.vertx.redis / RedisTransaction / clientKill

clientKill

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

Since
Redis 2.4.0 group: server