mirror of https://github.com/hashicorp/consul
docs: fix broken link
parent
83b6d999f6
commit
5d32fe87cb
|
@ -10,7 +10,7 @@ description: >-
|
||||||
Consul provides a session mechanism which can be used to build distributed locks.
|
Consul provides a session mechanism which can be used to build distributed locks.
|
||||||
Sessions act as a binding layer between nodes, health checks, and key/value data.
|
Sessions act as a binding layer between nodes, health checks, and key/value data.
|
||||||
They are designed to provide granular locking and are heavily inspired by
|
They are designed to provide granular locking and are heavily inspired by
|
||||||
[The Chubby Lock Service for Loosely-Coupled Distributed Systems](http://research.google.com/archive/chubby.html).
|
[The Chubby Lock Service for Loosely-Coupled Distributed Systems](https://research.google/pubs/the-chubby-lock-service-for-loosely-coupled-distributed-systems/).
|
||||||
|
|
||||||
## Session Design
|
## Session Design
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue