1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 16:18:20 +01:00
tldr/pages.it/common/consul-kv.md
2019-06-10 00:35:02 +01:00

341 B

consul-kv

Rete distribuita per gestire e configurare servizi tramite database chiave-valore.

  • Leggi il valore di una chiave da un database chiave-valore:

consul kv get {{chiave}}

  • Memorizza una nuova coppia chiave-valore:

consul kv put {{chiave}} {{valore}}

  • Elimina una coppia chiave-valore:

consul kv delete {{chiave}}