Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Apr 1, 2024
1 parent a9c09a4 commit b603635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/patterns/distributed-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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.
* [RedisQueuedLocks](https://github.com/0exp/redis_queued_locks) (Ruby implementation)
* [RedisQueuedLocks](https://github.com/0exp/redis_queued_locks) (Ruby implementation).
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).
Expand Down

0 comments on commit b603635

Please sign in to comment.