| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.client.protocol | |
| org.redisson.client.protocol.convertor | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
RType |
RedissonKeys.getType(String key) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<RType> |
RedissonKeys.getTypeAsync(String key) |
| Modifier and Type | Method and Description |
|---|---|
RType |
RKeys.getType(String key)
Get Redis object type by key
|
static RType |
RType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RType[] |
RType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<RType> |
RKeysReactive.getType(String key)
Get Redis object type by key
|
RFuture<RType> |
RKeysAsync.getTypeAsync(String key)
Get Redis object type by key
|
| Modifier and Type | Field and Description |
|---|---|
static RedisStrictCommand<RType> |
RedisCommands.TYPE |
| Modifier and Type | Method and Description |
|---|---|
RType |
TypeConvertor.convert(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<RType> |
RedissonKeysReactive.getType(String key) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.