Reverse beginning with first greater than when key is missing.
bigeasy opened this issue · 0 comments
bigeasy commented
When searching reverse with a key on a value already stored the result does not return the first value equal to or less than if the sought key is missing. It instead returns the first value greater than. It works correctly when the value is stored in memory during a mutation, but fails when the value is flushed to the write-ahead log.