Skip to content

Commit 955a993

Browse files
Update content/commands/cluster-forget/index.md
Co-authored-by: David Dougherty <[email protected]>
1 parent 484faa6 commit 955a993

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/commands/cluster-forget/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ table of the node receiving the command, it also implements a ban-list, not
5252
allowing the same node to be added again as a side effect of processing the
5353
*gossip section* of the heartbeat packets received from other nodes.
5454

55-
Since redis 7.2.0 the ban-list is included in the cluster gossip ping/pong messages.
56-
This means that CLUSTER FORGET doesn't need to be sent to all nodes in a cluster.
57-
It can be sent to one or more nodes and then be automatically propagated to the rest of them in most cases.
55+
Starting with Redis 7.2.0, the ban-list is included in cluster gossip ping/pong messages.
56+
This means that `CLUSTER FORGET` doesn't need to be sent to all nodes in a cluster.
57+
You can run the command on one or more nodes, after which it will be propagated to the rest of the nodes in most cases.
5858

5959
## Details on why the ban-list is needed
6060

0 commit comments

Comments
 (0)