Skip to content

Commit c73a74d

Browse files
committed
Apply code review suggestions
1 parent 94c7e3f commit c73a74d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

content/commands/cluster-countkeysinslot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ command only queries the local data set, so contacting a node
3434
that is not serving the specified hash slot will always result in a count of
3535
zero being returned.
3636

37-
**Note:** During atomic slot migration operations (available since Redis 8.4.0), keys being imported or trimmed may be filtered out from the results.
37+
{{< note>}}During atomic slot migration operations (available since Redis 8.4.0), keys being imported or trimmed may be filtered out from the results.
38+
{{< /note >}}
3839

3940
```
4041
> CLUSTER COUNTKEYSINSLOT 7000

content/commands/cluster-getkeysinslot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ node to another. The way the rehashing is performed is exposed in the Redis
4444
Cluster specification, or in a more simple to digest form, as an appendix
4545
of the [`CLUSTER SETSLOT`]({{< relref "/commands/cluster-setslot" >}}) command documentation.
4646

47-
**Note:** During atomic slot migration operations (available since Redis 8.4.0), keys being imported or trimmed may be filtered out from the results.
47+
{{< note >}}During atomic slot migration operations (available since Redis 8.4.0), keys being imported or trimmed may be filtered out from the results.
48+
{{< /note >}}
4849

4950
```
5051
> CLUSTER GETKEYSINSLOT 7000 3

content/commands/cluster-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The `CLUSTER MIGRATION` command provides atomic slot migration functionality for
8181

8282
The subcommand specifies the operation to perform:
8383

84-
- `IMPORT <start-slot> <end-slot> [<start-slot> <end-slot> ...]`: Executes on the destination master. Accepts multiple slot ranges and triggers atomic migration for the specified ranges. Returns a task ID that can be used to monitor the status of the task.
84+
- `IMPORT <start-slot> <end-slot> [<start-slot> <end-slot> ...]`: Executes on the destination master. Accepts multiple slot ranges and triggers atomic migration for the specified ranges. Returns a task ID that you can use to monitor the status of the task.
8585

8686
- `CANCEL [ID <task-id> | ALL]`: Cancels an ongoing migration task by its ID or cancels all tasks if `ALL` is specified. Note: Cancelling a task on the source node does not stop the migration on the destination node, which will continue retrying until it is also cancelled there.
8787

0 commit comments

Comments
 (0)