Fix CLUSTER REPLICAS time complexity, should be O(N) (#12477)
We iterate over all replicas to get the result, the time complexity should be O(N), like CLUSTER NODES complexity is O(N).
Please register or sign in to comment
We iterate over all replicas to get the result, the time complexity should be O(N), like CLUSTER NODES complexity is O(N).