feat: adds --readonly and --pin flags, and displays Size column in list by default
This commit is contained in:
parent
e5b6dcd187
commit
5bcd3581dd
46 changed files with 711 additions and 177 deletions
8
testdata/list-stores.ct
vendored
8
testdata/list-stores.ct
vendored
|
|
@ -2,8 +2,8 @@
|
|||
$ pda set a@lsalpha 1
|
||||
$ pda set b@lsbeta 2
|
||||
$ pda ls lsalpha --format tsv
|
||||
Key Store Value TTL
|
||||
a lsalpha 1 none
|
||||
Meta Size TTL Store Key Value
|
||||
-w-- 1 - lsalpha a 1
|
||||
$ pda ls lsbeta --format tsv
|
||||
Key Store Value TTL
|
||||
b lsbeta 2 none
|
||||
Meta Size TTL Store Key Value
|
||||
-w-- 1 - lsbeta b 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue