Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clientKill(KillFilter filter,
Handler<AsyncResult<Long>> handler)
Kill the connection of a client
|
Modifier and Type | Method and Description |
---|---|
KillFilter |
KillFilter.setAddr(String addr)
Set ADDR filter
|
KillFilter |
KillFilter.setId(String clientid)
Set ID filter
|
KillFilter |
KillFilter.setSkipme(boolean skip)
Set SKIPME filter
|
KillFilter |
KillFilter.setType(KillFilter.Type type)
Set TYPE filter
|
Constructor and Description |
---|
KillFilter(KillFilter copy) |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.clientKill(KillFilter filter,
Handler<AsyncResult<Long>> handler)
Kill the connection of a client
|
Copyright © 2015. All Rights Reserved.