feat(del): support for multi deletion
This commit is contained in:
parent
52684d9e38
commit
14897ba587
6 changed files with 66 additions and 38 deletions
7
testdata/del__multiple__ok.ct
vendored
Normal file
7
testdata/del__multiple__ok.ct
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$ pda set a 1
|
||||
$ pda set b 2
|
||||
$ pda del a b --force
|
||||
$ pda get a --> FAIL
|
||||
Error: cannot get 'a': Key not found
|
||||
$ pda get b --> FAIL
|
||||
Error: cannot get 'b': Key not found
|
||||
Loading…
Add table
Add a link
Reference in a new issue