Package | Description |
---|---|
io.redisearch | |
io.redisearch.client |
Modifier and Type | Method and Description |
---|---|
String |
Client.getConfig(ConfigOption option)
Get runtime configuration option value
|
boolean |
Client.setConfig(ConfigOption option,
String value)
Set runtime configuration option
|
Modifier and Type | Method and Description |
---|---|
static ConfigOption |
ConfigOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigOption[] |
ConfigOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Client.getConfig(ConfigOption option)
Get runtime configuration option value
|
boolean |
Client.setConfig(ConfigOption option,
String value)
Set runtime configuration option
|
Copyright © 2020 RedisLabs. All rights reserved.