Skip to content

Commit a4c5bd7

Browse files
fix-content (#1973)
* see, Sort out mess around propagation and MULTI/EXEC #9890 * Update content/develop/reference/modules/_index.md --------- Co-authored-by: David Dougherty <[email protected]>
1 parent 5d19598 commit a4c5bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/reference/modules/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ will emit a command. All the sequence emitted is wrapped between a
816816
`MULTI/EXEC` transaction, so that the AOF and replication effects are the
817817
same as executing a single command.
818818

819-
Note that `Call()` replication and `Replicate()` replication have a rule,
819+
Note that before Redis version 7.0, `Call()` replication and `Replicate()` replication have a rule,
820820
in case you want to mix both forms of replication (not necessarily a good
821821
idea if there are simpler approaches). Commands replicated with `Call()`
822822
are always the first emitted in the final `MULTI/EXEC` block, while all

0 commit comments

Comments
 (0)