Retrieves the value associated with the specified key asynchronously.
Returns null if the key is not found.
key to retrieve
Removes the key and its value asynchronously.
key to remove
Associates the value with the key, then store the key-value pair asynchronously.
key to store
value to be associated with key
Generated using TypeDoc
Prescribes a common interface of asynchronous string-value KVS.