mike-marcacci/node-redlock
A node.js redlock implementation for distributed, highly-available redis locks observed · 2026-08-28
Health v2 · maintenance only
45/100
- Activity 49
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4106
- days_rel: n/a
- days_push: 308
- n_releases_24m: 0
Adoption not part of the score
1983 stars · 176 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js/TypeScript implementation of the Redlock algorithm for distributed, highly-available Redis locks. It provides strong locking guarantees across single or multiple independent Redis instances or clusters, with auto-extending locks via a `using` API.
Use cases
- implement distributed locks across multiple redis instances
- prevent concurrent job execution in a node.js cluster
- acquire a mutex over shared resources in a distributed system
- auto-extending locks for long-running node.js tasks
- fault-tolerant locking with multiple independent redis nodes
When to choose
- you need strong distributed locking guarantees with Redis in Node.js
- you run multiple independent Redis instances or clusters and need quorum-based locking
- you want automatic lock extension and abort signaling for long-running routines
When to avoid
- you use a language or runtime other than Node.js
- you need locks without Redis, e.g. database- or etcd-based coordination
- you only need single-process mutexes, where in-process locks suffice
Facets
library · maturity active
caching concurrency database-driver databases microservices backend developer-tools redlock distributed-locks redis mutex fault-tolerance nodejs typescript
1 source
- readme: https://github.com/mike-marcacci/node-redlock · fetched 2026-08-28 · 75d25fc853f2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mike-marcacci/node-redlock | main | 45 |
For agents
markdown · JSON · MCP: product_card(name="mike-marcacci/node-redlock")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem