| Package | Description |
|---|---|
| org.redisson.api | |
| org.redisson.client.protocol | |
| org.redisson.client.protocol.convertor | |
| org.redisson.connection |
| Modifier and Type | Method and Description |
|---|---|
Time |
Node.time()
Returns current Redis server time in seconds
|
| Modifier and Type | Method and Description |
|---|---|
RFuture<Time> |
NodeAsync.timeAsync() |
| Modifier and Type | Field and Description |
|---|---|
static RedisStrictCommand<Time> |
RedisCommands.TIME |
| Modifier and Type | Method and Description |
|---|---|
Time |
TimeObjectDecoder.decode(List<Object> parts,
State state) |
| Modifier and Type | Method and Description |
|---|---|
Time |
RedisClientEntry.time() |
| Modifier and Type | Method and Description |
|---|---|
RFuture<Time> |
RedisClientEntry.timeAsync() |
Copyright © 2014–2018 The Redisson Project. All rights reserved.