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:
parent
19e923a685
commit
a32754c584
1 changed files with 15 additions and 0 deletions
15
pages.it/common/consul-kv.md
Normal file
15
pages.it/common/consul-kv.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue