spring-data-keyvalue
spring-data-keyvalue copied to clipboard
DATAKV-102 - Add possibility to iterate over available keys.
KeyValueAdapter
now exposes keys(Serializable keyspace)
which allows to retrieve all keys contained in that specific region.
Fixed false test names (scan vs. entries (see DATAKV-99)) along the way.