Extending classes should override query or implement this method
Optionaloptions: AbortOptionsExtending classes should override queryKeys or implement this method
Optionaloptions: AbortOptionsThis will return an object with which you can chain multiple operations together, with them only being executed on calling commit.
Remove the record for the passed key
Optionaloptions: AbortOptionsRemove values for the passed keys
Retrieve the value stored under the given key
Optionaloptions: AbortOptionsRetrieve values for the passed keys
Check 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
Wraps a given datastore into a keytransform which makes a given prefix transparent.
For example, if the prefix is
new Key(/hello)a call tostore.put(new Key('/world'), mydata)would store the data under/hello/world.