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: 1 addition & 0 deletions content/develop/clients/patterns/distributed-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ already available that can be used for reference.
* [RedLock.net](https://github.com/samcook/RedLock.net) (C#/.NET implementation). Includes async and lock extension support.
* [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.
* [redlock-universal](https://github.com/alexpota/redlock-universal) (NodeJS implementation). Supports both node-redis and ioredis clients.
* [Deno DLM](https://github.com/oslabs-beta/Deno-Redlock) (Deno implementation)
* [Rslock](https://github.com/hexcowboy/rslock) (Rust implementation). Includes async and lock extension support.

Expand Down
Loading