Scalable-Key-Value / code

Source code of the Scalable Key/Value Store (SKV)
Eclipse Public License 1.0
5 stars 9 forks source link

Refactor/writecompletion #8

Closed lasch closed 10 years ago

lasch commented 10 years ago

Fixed and enabled iterator/cursor feature for the rocksdb back-end. This set of commits enables a post processing path for the retrieveN command. It's required to allow the rocksdb back-end to cleanup allocated resources. For the in-memory back-ends it's a no-op.

Main new things: