consul-kv
Distributed key-value store with health checking and service discovery.
- Read a value from the key-value store:
consul kv get {key}
- Store a new key-value pair:
consul kv put {key} {value}
- Delete a key-value pair:
consul kv delete {key}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).