Package io.quarkus.cache.redis.runtime
Interface RedisCachesBuildTimeConfig
@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED)
@ConfigMapping(prefix="quarkus.cache.redis")
public interface RedisCachesBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionAdditional configuration applied to a specific Redis cache (highest precedence)The name of the named Redis client to be used for communicating with Redis.Default configuration applied to all Redis caches (lowest precedence)
-
Method Details
-
clientName
The name of the named Redis client to be used for communicating with Redis. If not set, use the default Redis client. -
defaultConfig
Default configuration applied to all Redis caches (lowest precedence) -
cachesConfig
@WithParentName @ConfigDocMapKey("cache-name") @ConfigDocSection Map<String,RedisCacheBuildTimeConfig> cachesConfig()Additional configuration applied to a specific Redis cache (highest precedence)
-