For now, I've set it to query the other columns, we need to do ttl
later.
Actually, by the countAPI spec, we're actually missing a value on keys:
Countapi ref:
/info/:namespace?/:key
Get information about a key. Optionally…
Shouldn't we be returning
namespace
, rather thannamespace_id
?
Oh yeah, I guess so. Will fix.
Actually, by the countAPI spec, we're actually missing a value on keys:
Countapi ref:
/info/:namespace?/:key
Get information about a key. Optionally specify the…
Can't really fix this until we add the missing column, it'll error if I do.
What else would we add to keys themselves? The expiry is supposed to be returned too actually (see below).
Actually, by the countAPI spec, we're actually missing a value on keys:
Countapi ref:
/info/:namespace?/:key
Get information about a key. Optionally specify the namespace.
https…
get_counter_value
should be renamed to counter_get
for consistency
failed
to be true
regardless of when it fails, asjust logic accordingly
get_counter_value
optionally return the nsid.