https://github.com/koykov/distlock
Distributed lock abstraction over various storages.
https://github.com/koykov/distlock
distributed-lock system-design
Last synced: 28 days ago
JSON representation
Distributed lock abstraction over various storages.
- Host: GitHub
- URL: https://github.com/koykov/distlock
- Owner: koykov
- Created: 2024-06-16T11:36:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T20:56:30.000Z (almost 2 years ago)
- Last Synced: 2024-09-20T06:44:45.157Z (almost 2 years ago)
- Topics: distributed-lock, system-design
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Distributed lock
Distributed lock implementations for various storages.
Currently supports storages:
* [Aerospike](mods/aerospike)
* [Redis](mods/redis)