Level / level-rocksdb

A convenience package bundling levelup and rocksdb.
MIT License
145 stars 13 forks source link

+1 without having to get #66

Closed LimitlessCloud closed 4 years ago

LimitlessCloud commented 4 years ago

Hi!

Thanks for the amazing crate, i'm trying to do a +1 to a value (in a key) without having to read it first and let rocksdb manages it (to avoid race conditions).

I checked your API but apparently I don't see any option.

Thanks :)

vweevers commented 4 years ago

See https://github.com/Level/awesome#atomicity for some modules that can help.