We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763e9f3 commit d709c3dCopy full SHA for d709c3d
content/develop/reference/modules/_index.md
@@ -816,7 +816,7 @@ will emit a command. All the sequence emitted is wrapped between a
816
`MULTI/EXEC` transaction, so that the AOF and replication effects are the
817
same as executing a single command.
818
819
-Note that before Redis version 7.0 `Call()` replication and `Replicate()` replication have a rule,
+Note that before Redis version 7.0, `Call()` replication and `Replicate()` replication have a rule,
820
in case you want to mix both forms of replication (not necessarily a good
821
idea if there are simpler approaches). Commands replicated with `Call()`
822
are always the first emitted in the final `MULTI/EXEC` block, while all
0 commit comments