Description
The Javadoc for KeyValueStore.range() describes the range as [from, to], but as implemented (and unit-tested for in-memory and RocksDB by TestKeyValueStores), the actual behavior is [from, to) - a key equal to to will not be returned.
The Javadoc for KeyValueStore.range() describes the range as [from, to], but as implemented (and unit-tested for in-memory and RocksDB by TestKeyValueStores), the actual behavior is [from, to) - a key equal to to will not be returned.