https://github.com/go-redsync/redsync
Score: 31.211399522674625
Last synced: about 11 hours ago
JSON representation
Repository metadata:
Distributed mutual exclusion lock using Redis for Go
- Host: GitHub
- URL: https://github.com/go-redsync/redsync
- Owner: go-redsync
- License: bsd-3-clause
- Created: 2016-02-02T03:30:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-08-13T14:57:18.000Z (13 days ago)
- Last Synced: 2026-08-21T11:38:46.037Z (6 days ago)
- Language: Go
- Homepage: http://redis.io/topics/distlock
- Size: 683 KB
- Stars: 4,041
- Watchers: 24
- Forks: 349
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Redsync - Redlock implementation for Go
- Login: go-redsync
- Email: hello@furqansoftware.com
- Kind: organization
- Description: Redis-based distributed mutex in Go
- Website: https://redis.io/topics/distlock
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/17018239?v=4
- Repositories: 1
- Last Synced at: 2023-03-05T04:54:57.235Z
- Profile URL: https://github.com/go-redsync
GitHub Events
Total
- Create event: 25
- Delete event: 25
- Fork event: 25
- Issue comment event: 45
- Issues event: 17
- Pull request event: 63
- Pull request review comment event: 1
- Pull request review event: 9
- Push event: 35
- Watch event: 481
- Total: 726
Last Year
- Create event: 18
- Delete event: 20
- Fork event: 3
- Issue comment event: 12
- Issues event: 4
- Pull request event: 34
- Pull request review event: 3
- Push event: 22
- Watch event: 74
- Total: 190
Committers metadata
Last synced: 7 days ago
Total Commits: 220
Total Committers: 45
Avg Commits per committer: 4.889
Development Distribution Score (DDS): 0.591
Commits in past year: 45
Committers in past year: 8
Avg Commits per committer in past year: 5.625
Development Distribution Score (DDS) in past year: 0.311
| Name | Commits | |
|---|---|---|
| Mahmud Ridwan | m****@h****e | 90 |
| dependabot[bot] | 4****] | 38 |
| rfyiamcool | r****l@1****m | 10 |
| Nathan Baulch | n****h@g****m | 8 |
| Ben Tomasini | b****i@a****o | 5 |
| Kevin Gillette | k****e@t****m | 5 |
| Pablo Alcalde | p****e@c****m | 5 |
| Li Yongyu | e****i@r****e | 3 |
| Kamron Batman | 3****n | 3 |
| Luka Zakrajšek | l****a@b****t | 3 |
| Simon Sawert | s****n@s****e | 3 |
| Tyler Julian | A****y | 3 |
| Bo-Yi Wu | a****w@g****m | 3 |
| maru | h****n@f****m | 3 |
| Aleksandr Kozlov | a****v@a****u | 2 |
| thaneat.s | t****s@l****m | 2 |
| 张文兵 | w****g@m****m | 2 |
| mehdijoafshani | m****i@g****m | 2 |
| Rein Krul | i****o@r****l | 2 |
| Keiichi Hirobe | c****e@g****m | 2 |
| Artem Utkin | s****n@g****m | 2 |
| Stefan Majer | s****r@f****e | 1 |
| Vadim Kulagin | B****N@y****u | 1 |
| Xabier | x****z@c****m | 1 |
| Zezhou Yu | r****u@g****m | 1 |
| ldechoux | 3****x | 1 |
| nvartolomei | n****i | 1 |
| syuparn | s****i@g****m | 1 |
| ming.hsu | m****u@a****m | 1 |
| akhmedov.a | a****a@s****u | 1 |
| and 15 more... | ||
Issue and Pull Request metadata
Last synced: 2 days ago
Total issues: 83
Total pull requests: 150
Average time to close issues: 5 months
Average time to close pull requests: about 2 months
Total issue authors: 74
Total pull request authors: 61
Average comments per issue: 1.89
Average comments per pull request: 1.13
Merged pull request: 77
Bot issues: 1
Bot pull requests: 47
Past year issues: 1
Past year pull requests: 34
Past year average time to close issues: 7 days
Past year average time to close pull requests: 23 days
Past year issue authors: 1
Past year pull request authors: 6
Past year average comments per issue: 1.0
Past year average comments per pull request: 0.38
Past year merged pull request: 15
Past year bot issues: 1
Past year bot pull requests: 29
Top Issue Authors
- dcormier (4)
- kamronbatman (3)
- livingston0318 (2)
- ami-m (2)
- Nghiait123456 (2)
- zcfh (2)
- majintao (1)
- yejkk (1)
- dstdfx (1)
- mozartz (1)
- Saurabh2402 (1)
- ahrtr (1)
- lotus-x (1)
- hjr265 (1)
- rocna (1)
Top Pull Request Authors
- dependabot[bot] (47)
- palcalde (8)
- extemporalgenome (7)
- rfyiamcool (7)
- NathanBaulch (3)
- vearne (3)
- kamronbatman (3)
- wolfogre (2)
- zenghuasheng (2)
- wenbingzhang (2)
- bombsimon (2)
- subtlepseudonym (2)
- Moulik245 (2)
- bancek (2)
- qinguoyi (2)
Top Issue Labels
- wontfix (27)
- question (2)
- enhancement (1)
- dependencies (1)
- go (1)
Top Pull Request Labels
- dependencies (47)
- go (47)
- wontfix (24)
Package metadata
- Total packages: 8
- Total downloads: unknown
- Total docker downloads: 197,345,342
- Total dependent packages: 4,040 (may contain duplicates)
- Total dependent repositories: 586 (may contain duplicates)
- Total versions: 134
proxy.golang.org: github.com/go-redsync/redsync/v4
Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
- Homepage: https://github.com/go-redsync/redsync
- Documentation: https://pkg.go.dev/github.com/go-redsync/redsync/v4#section-documentation
- Licenses: bsd-3-clause
- Latest release: v4.17.0 (published about 2 months ago)
- Last Synced: 2026-08-25T13:53:22.913Z (1 day ago)
- Versions: 37
- Dependent Packages: 468
- Dependent Repositories: 375
- Docker Downloads: 192,348,668
-
Rankings:
- Dependent packages count: 0.2%
- Docker downloads count: 0.217%
- Dependent repos count: 0.353%
- Average: 0.775%
- Stargazers count: 1.368%
- Forks count: 1.735%
proxy.golang.org: github.com/go-redsync/redsync
Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
- Homepage: https://github.com/go-redsync/redsync
- Documentation: https://pkg.go.dev/github.com/go-redsync/redsync#section-documentation
- Licenses: bsd-3-clause
- Latest release: v1.4.2 (published almost 7 years ago)
- Last Synced: 2026-08-25T13:37:19.933Z (1 day ago)
- Versions: 9
- Dependent Packages: 3,566
- Dependent Repositories: 207
- Docker Downloads: 4,996,674
-
Rankings:
- Dependent packages count: 0.059%
- Dependent repos count: 0.444%
- Docker downloads count: 0.459%
- Average: 0.824%
- Stargazers count: 1.391%
- Forks count: 1.767%
proxy.golang.org: github.com/go-redsync/redsync/v3
Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
- Homepage: https://github.com/go-redsync/redsync
- Documentation: https://pkg.go.dev/github.com/go-redsync/redsync/v3#section-documentation
- Licenses: bsd-3-clause
- Latest release: v3.1.0 (published almost 6 years ago)
- Last Synced: 2026-08-24T13:57:27.904Z (2 days ago)
- Versions: 2
- Dependent Packages: 5
- Dependent Repositories: 3
-
Rankings:
- Stargazers count: 1.39%
- Forks count: 1.764%
- Average: 2.138%
- Dependent packages count: 2.501%
- Dependent repos count: 2.896%
proxy.golang.org: github.com/go-redsync/redsync/v2
Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
- Homepage: https://github.com/go-redsync/redsync
- Documentation: https://pkg.go.dev/github.com/go-redsync/redsync/v2#section-documentation
- Licenses: bsd-3-clause
- Latest release: v2.0.1 (published about 6 years ago)
- Last Synced: 2026-08-25T13:48:35.168Z (1 day ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 1
-
Rankings:
- Stargazers count: 1.39%
- Forks count: 1.764%
- Average: 3.422%
- Dependent repos count: 4.723%
- Dependent packages count: 5.81%
proxy.golang.org: gopkg.in/go-redsync/redsync.v1
Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
- Homepage: https://github.com/go-redsync/redsync
- Documentation: https://pkg.go.dev/gopkg.in/go-redsync/redsync.v1#section-documentation
- Licenses: bsd-3-clause
- Latest release: v1.0.1 (published about 10 years ago)
- Last Synced: 2026-08-25T13:54:18.715Z (1 day ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 0.881%
- Forks count: 1.12%
- Average: 4.586%
- Dependent packages count: 6.999%
- Dependent repos count: 9.346%
proxy.golang.org: github.com/go-redsync/redSync/v4
- Homepage:
- Documentation: https://pkg.go.dev/github.com/go-redsync/redSync/v4#section-documentation
- Licenses: bsd-3-clause
- Latest release: v4.17.0 (published about 2 months ago)
- Last Synced: 2026-08-25T13:59:35.404Z (1 day ago)
- Versions: 37
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.062%
- Average: 5.231%
- Dependent repos count: 5.401%
proxy.golang.org: github.com/go-redsync/redSync
Package redsync provides a Redis-based distributed mutual exclusion lock implementation as described in the post http://redis.io/topics/distlock.
- Homepage: https://github.com/go-redsync/redSync
- Documentation: https://pkg.go.dev/github.com/go-redsync/redSync#section-documentation
- Licenses: bsd-3-clause
- Latest release: v1.4.2 (published almost 7 years ago)
- Last Synced: 2026-08-24T13:36:56.307Z (2 days ago)
- Versions: 9
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 5.062%
- Average: 5.231%
- Dependent repos count: 5.401%
proxy.golang.org: github.com/go-redSync/redSync/v4
- Homepage:
- Documentation: https://pkg.go.dev/github.com/go-redSync/redSync/v4#section-documentation
- Licenses: bsd-3-clause
- Latest release: v4.17.0 (published about 2 months ago)
- Last Synced: 2026-08-25T13:47:28.487Z (1 day ago)
- Versions: 37
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 1.297%
- Forks count: 1.663%
- Average: 5.607%
- Dependent packages count: 8.899%
- Dependent repos count: 10.567%
Dependencies
- github.com/go-redis/redis v6.15.9+incompatible
- github.com/go-redis/redis/v7 v7.4.0
- github.com/go-redis/redis/v8 v8.11.4
- github.com/gomodule/redigo v1.8.2
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/redis/go-redis/v9 v9.0.0-rc.4
- github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
- 182 dependencies