`RedisElementReader.read ` allow return null,but `ReactiveXXXOperations` using `Flux.map` will result in `The mapper [......] returned a null value.` errors. https://github.com/spring-projects/spring-data-redis/blob/5568ffd81843b142026fefcba8f48cd7124591f1/src/main/java/org/springframework/data/redis/core/DefaultReactiveSetOperations.java#L339-L345 In my case, `RedisElementReader.read` well return null when illegal data format. Is using `.mapNotNull` better ?