Aborts and rolls back the transaction.
Commits the transaction.
Deletes the data at the given key.
The key to delete from the store.
Retrieves the data at the given key.
The key to look under for data.
Adds the data to the store under the given key. Overwrites any existing data.
The key to add the data under.
The data to add to the store.
If 'true', overwrite any existing data. If 'false', avoids writing the data if the key exists.
Triggered with an error and whether or not the value was committed.
Generated using TypeDoc
Represents an asynchronous read-write transaction.