public interface BaseRedisNodes
| Modifier and Type | Method and Description |
|---|---|
boolean |
pingAll()
Ping all Redis nodes.
|
boolean |
pingAll(long timeout,
TimeUnit timeUnit)
Ping all Redis nodes with specified timeout per node
|
boolean pingAll()
true if all nodes replied "PONG", false in other case.boolean pingAll(long timeout,
TimeUnit timeUnit)
true if all nodes replied "PONG", false in other case.Copyright © 2014–2020 Redisson. All rights reserved.