remove
remove(key: string
): Promise<StorageKey>
Removes the specified key. Note that the returned StorageKey always has zero ttl.
Parameters
key:
string
Key to delete
Returns
type:
Promise<StorageKey>
remove(key: string
): Promise<StorageKey>
Removes the specified key. Note that the returned StorageKey always has zero ttl.
string
Key to delete
Promise<StorageKey>