threefoldtech / 0-db

Fast write ahead persistent redis protocol key-value store
Apache License 2.0
39 stars 10 forks source link

libzdb: fix invalid RSCAN on sequential database #148

Closed maxux closed 1 year ago

maxux commented 1 year ago

From issue #146, RSCAN is not returning sane data in sequential database. This is caused by old dirty code supposed to fix mistake on old database, we drop that support since it's not used and probably not in the field and if it it, please migrate your database to a new version.