Skip to content

Commit 7b57619

Browse files
docs(replication): typo (redis#2316)
1 parent ff4bfef commit 7b57619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/management/replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ replicate keys with expires, even when such keys are altered using Lua
273273
scripts.
274274

275275
To implement such a feature Redis cannot rely on the ability of the master and
276-
replica to have syncd clocks, since this is a problem that cannot be solved
276+
replica to have synced clocks, since this is a problem that cannot be solved
277277
and would result in race conditions and diverging data sets, so Redis
278278
uses three main techniques to make the replication of expired keys
279279
able to work:

0 commit comments

Comments
 (0)