feat: makes ls list all stores by default, with config option to disable. adds --store glob support
This commit is contained in:
parent
b6248e409f
commit
55b2e7f6cb
35 changed files with 487 additions and 177 deletions
8
testdata/remove-dedupe.ct
vendored
8
testdata/remove-dedupe.ct
vendored
|
|
@ -2,10 +2,10 @@
|
|||
$ pda set foo@rdd 1
|
||||
$ pda set bar@rdd 2
|
||||
$ pda ls rdd --format tsv
|
||||
Key Value TTL
|
||||
bar 2 no expiry
|
||||
foo 1 no expiry
|
||||
$ pda rm foo@rdd --key "*@rdd"
|
||||
Key Store Value TTL
|
||||
bar rdd 2 no expiry
|
||||
foo rdd 1 no expiry
|
||||
$ pda rm foo@rdd --key "*@rdd" -y
|
||||
$ pda get bar@rdd --> FAIL
|
||||
FAIL cannot get 'bar@rdd': no such key
|
||||
$ pda get foo@rdd --> FAIL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue