9 lines
240 B
XML
9 lines
240 B
XML
# Functional list-stores: verify created stores appear
|
|
$ pda set a@lsalpha 1
|
|
$ pda set b@lsbeta 2
|
|
$ pda ls lsalpha --format tsv
|
|
Key Store Value TTL
|
|
a lsalpha 1 no expiry
|
|
$ pda ls lsbeta --format tsv
|
|
Key Store Value TTL
|
|
b lsbeta 2 no expiry
|