Interface BaseRedisNodes

    • Method Detail

      • pingAll

        boolean pingAll()
        Ping all Redis nodes. Default timeout per Redis node is 1000 milliseconds
        Returns:
        true if all nodes replied "PONG", false in other case.
      • pingAll

        boolean pingAll​(long timeout,
                        TimeUnit timeUnit)
        Ping all Redis nodes with specified timeout per node
        Returns:
        true if all nodes replied "PONG", false in other case.