vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterSlavesAwait

clusterSlavesAwait

suspend fun RedisClient.clusterSlavesAwait(nodeId: String): JsonArray

List slave nodes of the specified master node.

Parameters

nodeId -

handler - Handler for the result of this call.

Return