Returns up to count distinct nodes for replicas.
| key |
lookup key. |
| count |
max number of nodes to return. |
|
Result.ok(list of distinct nodes), or Result.error(ConsistentHashError.INVALID_ARGUMENT) when key is empty or count is not positive. |