Class RedissonBaseNodes

    • Method Detail

      • pingAll

        public boolean pingAll​(long timeout,
                               TimeUnit timeUnit)
        Description copied from interface: BaseRedisNodes
        Ping all Redis nodes with specified timeout per node
        Specified by:
        pingAll in interface BaseRedisNodes
        Returns:
        true if all nodes replied "PONG", false in other case.
      • pingAll

        public boolean pingAll()
        Description copied from interface: BaseRedisNodes
        Ping all Redis nodes. Default timeout per Redis node is 1000 milliseconds
        Specified by:
        pingAll in interface BaseRedisNodes
        Returns:
        true if all nodes replied "PONG", false in other case.