File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ The following information is reported for each slot migration entry:
4444 available.
4545- ` cow_size ` : The copy-on-write overhead accumulated while the migration was
4646 in progress, in bytes.
47+ - ` remaining_repl_size ` : The number of bytes remaining in the source node's
48+ output buffer that are pending to be sent to the target node during slot
49+ migration. Added in Valkey 9.1.
4750
4851## Examples
4952
@@ -73,6 +76,8 @@ The following information is reported for each slot migration entry:
7376 20) ""
7477 21) "cow_size"
7578 22) (integer) 0
79+ 23) "remaining_repl_size"
80+ 24) (integer) 0
7681```
7782
7883### Response in RESP 3
@@ -90,4 +95,5 @@ The following information is reported for each slot migration entry:
9095 9# "state" => "success"
9196 10# "message" => ""
9297 11# "cow_size" => (integer) 0
98+ 12# "remaining_repl_size" => (integer) 0
9399```
You can’t perform that action at this time.
0 commit comments