Skip to content

Commit d709c3d

Browse files
authored
Update content/develop/reference/modules/_index.md
1 parent 763e9f3 commit d709c3d

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 before Redis version 7.0 `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)