Interface NodeAsync

  • All Known Subinterfaces:
    ClusterNode, Node
    All Known Implementing Classes:
    RedisClientEntry

    public interface NodeAsync
    Deprecated.
    Redis node interface
    Author:
    Nikita Koksharov
    • Method Detail

      • pingAsync

        > pingAsync()
        Deprecated.
      • pingAsync

        > pingAsync​(long timeout,
                                    timeUnit)
        Deprecated.
        Ping Redis node with specified timeout.
        Parameters:
        timeout - - ping timeout
        timeUnit - - timeout unit
        Returns:
        true if "PONG" reply received, false otherwise
      • clusterInfoAsync

        <,​>> clusterInfoAsync()
        Deprecated.