RedisReactiveHealthIndicator health is down with cluster mode. Check different property if `ReactiveRedisClusterConnection` ```java private Health up(Health.Builder builder, Properties info) { return builder.up() .withDetail(RedisHealthIndicator.VERSION, info.getProperty(RedisHealthIndicator.REDIS_VERSION)).build(); } ```