Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisSlaves |
RedisOptions.getUseSlave()
Get whether or not to use slave nodes (only considered in Cluster mode).
|
static RedisSlaves |
RedisSlaves.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisSlaves[] |
RedisSlaves.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RedisOptions |
RedisOptions.setUseSlave(RedisSlaves slaves)
Set whether or not to use slave nodes (only considered in Cluster mode).
|
Copyright © 2023 Eclipse. All rights reserved.