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
The HTTP request that is expected to have a "session" object property.