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 content/develop/use/patterns/distributed-locks.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ already available that can be used for reference.
* [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.
* [simple-redis-mutex](https://github.com/AmrSaber/simple-redis-mutex) (Node.js implementation) Available as an [NPM package](https://www.npmjs.com/package/simple-redis-mutex).
* [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