We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RedisElementReader.read(…)
Flux.map(…)
RedisElementReader.read allow return null,but ReactiveXXXOperations using Flux.map will result in The mapper [......] returned a null value. errors.
RedisElementReader.read
ReactiveXXXOperations
Flux.map
The mapper [......] returned a null value.
spring-data-redis/src/main/java/org/springframework/data/redis/core/DefaultReactiveSetOperations.java
Lines 339 to 345 in 5568ffd
In my case, RedisElementReader.read well return null when illegal data format.
Is using .mapNotNull better ?
.mapNotNull