Skip to content

Commit cb3130a

Browse files
authored
Update list of implementations in distributed-locks.md
1 parent 578a29d commit cb3130a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/manual/patterns/distributed-locks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ complex or alternative designs.
3131
Before describing the algorithm, here are a few links to implementations
3232
already available that can be used for reference.
3333

34-
* [Redlock-rb](https://github.com/antirez/redlock-rb) (Ruby implementation). There is also a [fork of Redlock-rb](https://github.com/leandromoreira/redlock-rb) that adds a gem for easy distribution.
35-
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
34+
* [Redlock-rb](https://github.com/leandromoreira/redlock-rb) (Ruby implementation).
3635
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
3736
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).
3837
* [Redlock-php](https://github.com/ronnylt/redlock-php) (PHP implementation).

0 commit comments

Comments
 (0)