feat(stores): adds mvs, and flags to bring store commands on par with key commands
This commit is contained in:
parent
b89db8dc48
commit
4e5064d07a
25 changed files with 247 additions and 9 deletions
1
testdata/mv-cross-store.ct
vendored
1
testdata/mv-cross-store.ct
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# Cross-store move
|
||||
$ pda set key@src value
|
||||
$ pda mv key@src key@dst
|
||||
ok renamed key@src to key@dst
|
||||
$ pda get key@dst
|
||||
value
|
||||
$ pda get key@src --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue