public interface NodeAsync
Modifier and Type | Method and Description |
---|---|
RFuture<Map<String,String>> |
clusterInfoAsync() |
RFuture<Map<String,String>> |
infoAsync(Node.InfoSection section) |
RFuture<Boolean> |
pingAsync() |
RFuture<Boolean> |
pingAsync(long timeout,
TimeUnit timeUnit)
Ping Redis node with specified timeout.
|
RFuture<Time> |
timeAsync() |
RFuture<Map<String,String>> infoAsync(Node.InfoSection section)
RFuture<Boolean> pingAsync(long timeout, TimeUnit timeUnit)
timeout
- - ping timeouttimeUnit
- - timeout unittrue
if "PONG" reply received, false
otherwiseCopyright © 2014–2019 The Redisson Project. All rights reserved.