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