spring-projects/spring-data-redis

`ValueOperations.get(…)` methods should be annotated with `@Nullable`

Closed this issue · 0 comments

Keys could be (correctly) absent and we should at least indicate proper nullability on the level of GET commands.