Congyuwang / RocksDict

Python fast on-disk dictionary / RocksDB & SpeeDB Python binding
https://congyuwang.github.io/RocksDict/rocksdict.html
MIT License
173 stars 8 forks source link

Does it support async? #107

Closed djstrong closed 2 months ago

djstrong commented 8 months ago

Rocksdb allows for async db.get. Can it be used with rocksdict or this should be a feature request?

Congyuwang commented 7 months ago

Currently no async is supported.

djstrong commented 7 months ago

Thank you! It would be helpful to support it.