A Go distributed lock library built around fencing tokens: every lock acquisition hands out a monotonically increasing token, and the protected resource rejects any write that arrives with a stale token.
What is the Clint-Mathews/fencelock GitHub project? Description: "A Go distributed lock library built around fencing tokens: every lock acquisition hands out a monotonically increasing token, and the protected resource rejects any write that arrives with a stale token.". Written in Go. Explain what it does, its main use cases, key features, and who would benefit from using it.
Question is copied to clipboard — paste it after the AI opens.
Clone via HTTPS
Clone via SSH
Download ZIP
Download main.zipReport bugs or request features on the fencelock issue tracker:
Open GitHub Issues