Skip to content

Commit 6887650

Browse files
DOC-4641 added redlock implementation to the list
1 parent c3b3a48 commit 6887650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/develop/use/patterns/distributed-locks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ already available that can be used for reference.
5656
* [ScarletLock](https://github.com/psibernetic/scarletlock) (C# .NET implementation with configurable datastore).
5757
* [Redlock4Net](https://github.com/LiZhenNet/Redlock4Net) (C# .NET implementation).
5858
* [node-redlock](https://github.com/mike-marcacci/node-redlock) (NodeJS implementation). Includes support for lock extension.
59+
* [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).
5960
* [Deno DLM](https://github.com/oslabs-beta/Deno-Redlock) (Deno implementation)
6061
* [Rslock](https://github.com/hexcowboy/rslock) (Rust implementation). Includes async and lock extension support.
6162

0 commit comments

Comments
 (0)