proxy.golang.org : github.com/gridgentoo/dmutex
Package dmutex is a distributed mutex package written in Go. It takes a quorum based approach to managing shared locks across n distributed nodes. Dmutex is initialized with the local node's address(it can be either the IP address or even the hostname), the addresses of the entire cluster, and a timeout for the gRPC calls. For simplicity it uses port 7070 for all nodes in the cluster. Optional file locations of a TLS certificate and key can be passed in order to secure cluster traffic. Example initializing and using dmutex
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/gridgentoo/dmutex
License: MIT
Latest release: 17 days ago
Namespace: github.com/gridgentoo
Last synced: 17 days ago