pingAll abstract method

Future<Map<String, String>> pingAll([
  1. String? message
])

PINGs all master nodes in the cluster.

Returns a Map of node identifiers to their "PONG" reply.

Implementation

Future<Map<String, String>> pingAll([String? message]);