spring-data-keyvalue
spring-data-keyvalue copied to clipboard
Add support for `KeyValueOperations.findAllById(…)`
Based on https://github.com/spring-projects/spring-data-redis/issues/3150, we should introduce a new interface method returning multiple items by Id, something along the lines of KeyValueOperations.findAllById(Iterable<ID> ids, Class<T> type) and provide the necessary methods in KeyValueAdapter.