Package org.redisson.api
Interface NodeAsync
- All Known Subinterfaces:
ClusterNode,Node
- All Known Implementing Classes:
RedisClientEntry
Deprecated.
Redis node interface
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.infoAsync(Node.InfoSection section) Deprecated.Deprecated.Deprecated.Ping Redis node with specified timeout.Deprecated.
-
Method Details
-
infoAsync
Deprecated. -
timeAsync
Deprecated. -
pingAsync
Deprecated. -
pingAsync
Deprecated.Ping Redis node with specified timeout.- Parameters:
timeout- - ping timeouttimeUnit- - timeout unit- Returns:
trueif "PONG" reply received,falseotherwise
-
clusterInfoAsync
Deprecated.
-