Skip to content

Commit b603635

Browse files
committed
dot
1 parent a9c09a4 commit b603635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/patterns/distributed-locks.md

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

3434
* [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-
* [RedisQueuedLocks](https://github.com/0exp/redis_queued_locks) (Ruby implementation)
35+
* [RedisQueuedLocks](https://github.com/0exp/redis_queued_locks) (Ruby implementation).
3636
* [Redlock-py](https://github.com/SPSCommerce/redlock-py) (Python implementation).
3737
* [Pottery](https://github.com/brainix/pottery#redlock) (Python implementation).
3838
* [Aioredlock](https://github.com/joanvila/aioredlock) (Asyncio Python implementation).

0 commit comments

Comments
 (0)