Gets the value at key
. Returns a promise that will be resolved
with that value (or undefined for missing keys).
Sets the value
on key
and returns a promise that will be resolved
with the value that was set.
Deletes the value at key
. Returns a promise that will be resolved
with true if the key was deleted or with false if it was not (eg. if
did not exist).
Generated using TypeDoc
Simple key/value storage interface