Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow all version of keys in key only iteration
The key only iterator is supposed to iterate over all versions of a given key. The current implementation didn't enable all version of the same key by default and the user had to manually do it. This commit sets the all versions flag to true by default.
- Loading branch information