Congyuwang / RocksDict

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

Implement Iterator #9

Closed Congyuwang closed 2 years ago

Congyuwang commented 2 years ago

Now it supports:

db.items() db.keys() db.values() iter = db.iter()