10 lines
189 B
XML
10 lines
189 B
XML
# Operations across multiple stores
|
|
$ pda set foo@ms1 bar
|
|
$ pda set x@ms2 y
|
|
$ pda get foo@ms1
|
|
bar
|
|
$ pda get x@ms2
|
|
y
|
|
$ pda ls ms2 --format tsv
|
|
Meta Size TTL Store Key Value
|
|
-w-- 1 - ms2 x y
|