| 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.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<String>> handler)
Forces a slave to perform a manual failover of its master.
|
RedisClient |
RedisClient.clusterFailOverWithOptions(FailoverOptions options,
Handler<AsyncResult<Void>> handler)
Forces a slave to perform a manual failover of its master.
|
| Modifier and Type | Method and Description |
|---|---|
static FailoverOptions |
FailoverOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailoverOptions[] |
FailoverOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Eclipse. All rights reserved.