Remove the record for the passed key
Optionaloptions: AbortOptions & DeleteOptionsExtensionRemove values for the passed keys
Optionaloptions: AbortOptions & DeleteManyOptionsExtensionRetrieve the value stored under the given key
Optionaloptions: AbortOptions & GetOptionsExtensionRetrieve values for the passed keys
Optionaloptions: AbortOptions & GetManyOptionsExtensionCheck for the existence of a value for the passed key
Optionaloptions: AbortOptions & HasOptionsExtensionStore the passed value under the passed key
Optionaloptions: AbortOptions & PutOptionsExtensionStore the given key/value pairs
Optionaloptions: AbortOptions & PutManyOptionsExtensionQuery the datastore.
Optionaloptions: AbortOptions & QueryOptionsExtensionQuery the datastore.
Optionaloptions: AbortOptions & QueryKeysOptionsExtension
This will return an object with which you can chain multiple operations together, with them only being executed on calling
commit.