From cb3130af476a9ea873522bda83901ad4e27af374 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:04:15 +0100 Subject: [PATCH] Update list of implementations in `distributed-locks.md` --- docs/manual/patterns/distributed-locks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/patterns/distributed-locks.md b/docs/manual/patterns/distributed-locks.md index 603e0e91fc..f89edd7974 100644 --- a/docs/manual/patterns/distributed-locks.md +++ b/docs/manual/patterns/distributed-locks.md @@ -31,8 +31,7 @@ complex or alternative designs. Before describing the algorithm, here are a few links to implementations already available that can be used for reference. -* [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. -* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation). +* [Redlock-rb](https://github.com/leandromoreira/redlock-rb) (Ruby implementation). * [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation). * [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation). * [Redlock-php](https://github.com/ronnylt/redlock-php) (PHP implementation).