1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

consul-kv: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-04-08 14:28:20 +02:00 committed by Owen Voke
parent 19e923a685
commit a32754c584

View file

@ -0,0 +1,15 @@
# 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}}`