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
7
testdata/mv-store-copy.ct
vendored
Normal file
7
testdata/mv-store-copy.ct
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$ pda set key@msc1 value
|
||||
$ pda move-store msc1 msc2 --copy
|
||||
ok copied @msc1 to @msc2
|
||||
$ pda get key@msc1
|
||||
value
|
||||
$ pda get key@msc2
|
||||
value
|
||||
Loading…
Add table
Add a link
Reference in a new issue