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 920a8b1 commit 986b447Copy full SHA for 986b447
content/develop/use/patterns/distributed-locks.md
@@ -29,7 +29,7 @@ This page describes a more canonical algorithm to implement
29
distributed locks with Redis. We propose an algorithm, called **Redlock**,
30
which implements a DLM which we believe to be safer than the vanilla single
31
instance approach. We hope that the community will analyze it, provide
32
-feedback, and use it as a starting point for the implementations or more
+feedback, and use it as a starting point for the implementations of more
33
complex or alternative designs.
34
35
## Implementations
0 commit comments