Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/develop/use/patterns/distributed-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This page describes a more canonical algorithm to implement
distributed locks with Redis. We propose an algorithm, called **Redlock**,
which implements a DLM which we believe to be safer than the vanilla single
instance approach. We hope that the community will analyze it, provide
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
complex or alternative designs.

## Implementations
Expand Down
Loading