Skip to content

RedisReactiveHealthIndicator should provide cluster details in cluster mode #21514

@mhyeon-lee

Description

@mhyeon-lee

RedisReactiveHealthIndicator health is down with cluster mode.

Check different property if ReactiveRedisClusterConnection

private Health up(Health.Builder builder, Properties info) {
		return builder.up()
				.withDetail(RedisHealthIndicator.VERSION, info.getProperty(RedisHealthIndicator.REDIS_VERSION)).build();
	}

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions