Function

increment

Atomically increment the value associated with the key in the store by the given delta. It returns the new value.

increment: func(bucket: borrow​<bucket>, key: string, delta: u64) -> result​<u64, error>;