什么是属性management.health.redis.enabled以及如何使用?

时间:2018-09-03 04:43:12

标签: spring spring-boot caching redis

在我们的application.yml之一中看到此属性,此属性是什么,它的值为true,这是什么意思?以及如何使用它具有值为true的值?

1 个答案:

答案 0 :(得分:1)

它表示Redis健康检查的功能。

management.health.redis.enabled=true # Whether to enable Redis health check.

此处为true表示已启用Redis运行状况检查,为false表示未启用。

使用非常简单,如果要启用redis健康检查,只需将management.health.redis.enabled设置为true,否则将false设置为false。

请参见:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#common-application-properties