open fun slaves(name: String, handler: Handler<AsyncResult<JsonArray>>): RedisSentinel
Show a list of slaves for this master, and their state
name - master name
name
handler - Handler for the result of this call
handler
Return