10 lines
256 B
XML
10 lines
256 B
XML
$ pda set foo 1
|
|
$ pda set bar1 2
|
|
$ pda set bar2 3
|
|
$ pda rm foo --glob bar*
|
|
$ pda get foo --> FAIL
|
|
FAIL cannot get 'foo': no such key
|
|
$ pda get bar1 --> FAIL
|
|
FAIL cannot get 'bar1': no such key
|
|
$ pda get bar2 --> FAIL
|
|
FAIL cannot get 'bar2': no such key
|