spring-data-redis
spring-data-redis copied to clipboard
Nullability annotations for indexOf methods in ListOperations
indexOf and lastIndexOf methods are missing the @Nullable annotation causing issues for nullability checks in Kotlin.
See also #2208