| Package | Description |
|---|---|
| org.redisson.api | |
| org.redisson.api.redisnode | |
| org.redisson.client.protocol | |
| org.redisson.client.protocol.convertor | |
| org.redisson.connection | |
| org.redisson.redisnode |
| Modifier and Type | Method and Description |
|---|---|
Time |
Node.time()
Deprecated.
Returns current Redis server time in seconds
|
| Modifier and Type | Method and Description |
|---|---|
RFuture<Time> |
NodeAsync.timeAsync()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
RedisNode.time()
Returns current Redis server time in seconds
|
| Modifier and Type | Method and Description |
|---|---|
RFuture<Time> |
RedisNodeAsync.timeAsync()
Returns current Redis server time in seconds
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
Time |
RedisNode.time() |
Time |
SentinelRedisNode.time() |
| Modifier and Type | Method and Description |
|---|---|
RFuture<Time> |
RedisNode.timeAsync() |
RFuture<Time> |
SentinelRedisNode.timeAsync() |
Copyright © 2014–2021 Redisson. All rights reserved.