Interface Node

    • Method Detail

      • time

        Time time()
        Deprecated.
        Returns current Redis server time in seconds
        Returns:
        time in seconds
      • getType

        NodeType getType()
        Deprecated.
        Returns node type
        Returns:
        node type
      • getAddr

        InetSocketAddress getAddr()
        Deprecated.
        Get Redis node address
        Returns:
        node address
      • ping

        boolean ping()
        Deprecated.
        Ping Redis node. Default timeout is 1000 milliseconds
        Returns:
        true if "PONG" reply received, false otherwise
      • ping

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