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