Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/manual/patterns/distributed-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ already available that can be used for reference.
* [Redis-plus-plus](https://github.com/sewenew/redis-plus-plus/#redlock) (C++ implementation).
* [Redlock-cs](https://github.com/kidfashion/redlock-cs) (C#/.NET implementation).
* [RedLock.net](https://github.com/samcook/RedLock.net) (C#/.NET implementation). Includes async and lock extension support.
* [ScarletLock](https://github.com/psibernetic/scarletlock) (C# .NET implementation with configurable datastore).
* [Redlock4Net](https://github.com/LiZhenNet/Redlock4Net) (C# .NET implementation).
* [node-redlock](https://github.com/mike-marcacci/node-redlock) (NodeJS implementation). Includes support for lock extension.
* [Deno DLM](https://github.com/oslabs-beta/Deno-Redlock) (Deno implementation)
Expand Down
Loading