Based on spring-projects/spring-data-redis#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.