Interface RedisCachesRuntimeConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.cache.redis") public interface RedisCachesRuntimeConfig
  • Method Details

    • defaultConfig

      @WithParentName RedisCacheRuntimeConfig defaultConfig()
      Default configuration applied to all Redis caches (lowest precedence)
    • cachesConfig

      @WithParentName @ConfigDocMapKey("cache-name") @ConfigDocSection Map<String,RedisCacheRuntimeConfig> cachesConfig()
      Additional configuration applied to a specific Redis cache (highest precedence)