-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
Description
#54 implements transaction support where the ref.transaction()
method accepts an update_function()
. Following changes are proposed to this API:
update_function()
may signal abort by raising an exception. This is probably how this API works today. Verify and fix if needed.transaction()
method returns the updated value when it commits. If retry attempts are exhausted it should raise an error.