leo-project / erocksdb

Erlang bindings to RocksDB datastore
68 stars 15 forks source link

Enable async_put/async_get in erlang interface #37

Closed kpy3 closed 7 years ago

kpy3 commented 7 years ago

It seems erocksdb has support for async_put and async_get and both methods seem to work (at last in my naive tests), so it there any good reasons disable these methods in erlang interface? I'd like to use'em in one of my project.

mocchira commented 7 years ago

@kpy3 A couple of reasons.

From the above reasons, we have not published those as public I/F.

kpy3 commented 7 years ago

Thanks for sharing your point, I have to rethink an architecture of my project from this point of view. :)