Ross ROSS = Recommend OSS · open-source software intelligence for agents

go-redsync/redsync

Distributed mutual exclusion lock using Redis for Go observed · 2026-08-28

github.com/go-redsync/redsync · homepage · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3865
  • days_rel: n/a
  • days_push: 8
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4043 stars · 349 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Redsync is a Go library implementing the Redlock algorithm for distributed mutual exclusion locks backed by Redis. It supports multiple Redis client drivers (go-redis and redigo) and works with single or multiple Redis instances.

Use cases

  • acquire a distributed lock across multiple Go service instances
  • prevent duplicate cron job execution in a cluster
  • ensure only one worker processes a task at a time
  • implement leader election with Redis
  • coordinate access to a shared resource across microservices

When to choose

  • you need mutual exclusion across processes or machines using Redis
  • your Go project already uses go-redis or redigo
  • you want a mature, widely adopted Redlock implementation

When to avoid

  • you need formally proven correctness guarantees (Redlock is a proposal, not formally analyzed)
  • you don't already run Redis and don't want to add it
  • you only need single-process locking (use sync.Mutex instead)

Facets

library · maturity stable

caching concurrency database-driver databases microservices developer-tools go windows cross-platform redis distributed-lock redlock mutex mutual-exclusion linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
go-redsync/redsyncmain77

For agents

markdown · JSON · MCP: product_card(name="go-redsync/redsync")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem