spring-data-keyvalue icon indicating copy to clipboard operation
spring-data-keyvalue copied to clipboard

Add support for `KeyValueOperations.findAllById(…)`

Open mp911de opened this issue 3 months ago • 0 comments

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.

mp911de avatar Oct 08 '25 14:10 mp911de