basho / eleveldb

Erlang LevelDB API
262 stars 177 forks source link

Modify spec for eleveldb:fold to permit first_key option. #188

Closed jonmeredith closed 8 years ago

jonmeredith commented 8 years ago

Required for upcoming hashtree PR in riak_core.

eleveldb:fold also accepts a {first_key, <>} option that controls call to iterator_move(Itr, Seek).

JeetKunDoug commented 8 years ago

:+1: c4c50ef