Skip to content

Commit

Permalink
[doc/distributed_locks] new ruby implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Apr 10, 2024
1 parent d0983fc commit ad9fe8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/develop/use/patterns/distributed-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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).
* [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 ad9fe8d

Please sign in to comment.