10 lines
200 B
XML
10 lines
200 B
XML
$ pda set a1 1
|
|
$ pda set a2 2
|
|
$ pda set b1 3
|
|
$ pda del --glob a*
|
|
$ pda get a1 --> FAIL
|
|
Error: cannot get 'a1': Key not found
|
|
$ pda get a2 --> FAIL
|
|
Error: cannot get 'a2': Key not found
|
|
$ pda get b1
|
|
3
|