feat: makes ls list all stores by default, with config option to disable. adds --store glob support

This commit is contained in:
Lewis Wynne 2026-02-11 23:04:14 +00:00
parent b6248e409f
commit 55b2e7f6cb
35 changed files with 487 additions and 177 deletions

View file

@ -2,8 +2,8 @@
$ pda set a@lsalpha 1
$ pda set b@lsbeta 2
$ pda ls lsalpha --format tsv
Key Value TTL
a 1 no expiry
Key Store Value TTL
a lsalpha 1 no expiry
$ pda ls lsbeta --format tsv
Key Value TTL
b 2 no expiry
Key Store Value TTL
b lsbeta 2 no expiry