abstract fun clientKill(filter: KillFilter, handler: Handler<AsyncResult<String>>): RedisTransaction
Kill the connection of a client
filter - Filter options
filter
handler - Handler for the result of this call.
handler
Since Redis 2.4.0 group: server