Skip to content

Commit cbcd06a

Browse files
committed
[doc/distributed_locks] new ruby implementation
1 parent d0983fc commit cbcd06a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: content/develop/use/patterns/distributed-locks.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Before describing the algorithm, here are a few links to implementations
3838
already available that can be used for reference.
3939

4040
* [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.
41+
* [RedisQueuedLocks](https://github.com/0exp/redis_queued_locks) (Ruby implementation).
4142
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
4243
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
4344
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).

0 commit comments

Comments
 (0)