Remove the record for the passed key
Optionaloptions: AbortOptionsRemove values for the passed keys
Retrieve the value stored under the given key
Optionaloptions: AbortOptionsExtending classes should override query or implement this method
Optionaloptions: AbortOptionsRetrieve values for the passed keys
Optionaloptions: AbortOptionsCheck for the existence of a value for the passed key
Optionaloptions: AbortOptionsStore the passed value under the passed key
Optionaloptions: AbortOptionsStore the given key/value pairs
A blockstore that can combine multiple stores. Puts and deletes will write through to all blockstores. Has and get will try each store sequentially. getAll will use every store but also deduplicate any yielded pairs.