Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

17 righe
264 B

  1. [servers]
  2. [servers.main]
  3. addr = "127.0.0.1:6379"
  4. [servers.other]
  5. addr = "127.0.0.1:6380"
  6. [servers.third]
  7. addr = "127.0.0.1:6381"
  8. [[shovels]]
  9. src = "main"
  10. dst = "other"
  11. key = "test"
  12. [[shovels]]
  13. src = "other"
  14. dst = "third"
  15. key = "foo"
  16. dstkey = "bar"