Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
RedisClientType |
RedisOptions.getType()
Get the type of client to be created.
|
static RedisClientType |
RedisClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisClientType[] |
RedisClientType.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.setType(RedisClientType type)
Set the desired client type to be created.
|
Copyright © 2023 Eclipse. All rights reserved.