Package | Description |
---|---|
io.vertx.redis |
= Vert.x-redis
:toc: left
Vert.x-redis is redis client to be used with Vert.x.
|
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisTransaction |
RedisTransaction.clusterSetslot(long slot,
SlotCmd subcommand,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslot(long slot,
SlotCmd subcommand,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Bind an hash slot to a specific node.
|
RedisTransaction |
RedisTransaction.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Bind an hash slot to a specific node.
|
RedisClient |
RedisClient.clusterSetslotWithNode(long slot,
SlotCmd subcommand,
String nodeId,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Bind an hash slot to a specific node.
|
Modifier and Type | Method and Description |
---|---|
static SlotCmd |
SlotCmd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlotCmd[] |
SlotCmd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Eclipse. All rights reserved.