9 lines
283 B
XML
9 lines
283 B
XML
$ pda set existing keep-me
|
|
$ pda set other also-keep
|
|
$ fecho dumpfile {"key":"new","value":"hello","encoding":"text"}
|
|
$ pda restore --drop --file dumpfile
|
|
ok restored 1 entries into @default
|
|
$ pda get new
|
|
hello
|
|
$ pda get existing --> FAIL
|
|
FAIL cannot get 'existing': no such key
|