Async key/value store for token records.
Returns the record for key, or null if missing or expired.
key
null
Stores record under key, overwriting any existing entry.
record
Removes the entry for key. No-op if key is absent.
Removes all entries.
Async key/value store for token records.