| Package | Description |
|---|---|
| org.redisson.client.protocol |
| Modifier and Type | Method and Description |
|---|---|
RedisCommand.ValueType |
RedisCommand.getOutParamType() |
static RedisCommand.ValueType |
RedisCommand.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedisCommand.ValueType[] |
RedisCommand.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RedisCommand(String name,
MultiDecoder<R> replayMultiDecoder,
RedisCommand.ValueType outParamType) |
RedisCommand(String name,
RedisCommand.ValueType outParamType) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.