11 lines
218 B
XML
11 lines
218 B
XML
$ pda set a1 1
|
|
$ pda set a2 2
|
|
$ pda set b1 3
|
|
$ pda rm --glob a*
|
|
$ pda get a1 --> FAIL
|
|
FAIL cannot get 'a1': no such key
|
|
hint did you mean 'b1'?
|
|
$ pda get a2 --> FAIL
|
|
FAIL cannot get 'a2': no such key
|
|
$ pda get b1
|
|
3
|