In OptimisticTransactionDB, I can begin an optimistic transaction.
Is it possible to lock a key while inside that optimistic transaction?
It can be useful to ensure serialised updates to a counter for example, while still retaining OCC for all other operations.
Thanks,
Roger