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/list-format-markdown.ct
vendored
8
testdata/list-format-markdown.ct
vendored
|
|
@ -2,7 +2,7 @@
|
|||
$ pda set a@md 1
|
||||
$ pda set b@md 2
|
||||
$ pda ls md --format markdown
|
||||
| Key | Value | TTL |
|
||||
| --- | --- | --- |
|
||||
| a | 1 | no expiry |
|
||||
| b | 2 | no expiry |
|
||||
| Key | Store | Value | TTL |
|
||||
| --- | --- | --- | --- |
|
||||
| a | md | 1 | no expiry |
|
||||
| b | md | 2 | no expiry |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue