Interface BaseRedisNodes

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean pingAll()
      Ping all Redis nodes.
      boolean pingAll​(long timeout,  timeUnit)
      Ping all Redis nodes with specified timeout per node
    • 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)
        Ping all Redis nodes with specified timeout per node
        Returns:
        true if all nodes replied "PONG", false in other case.