Package-level declarations
Types
Link copied to clipboard
@ConditionalOnProperty(value = ["wow.redis.enabled"], matchIfMissing = true, havingValue = "true")
Link copied to clipboard
@AutoConfiguration(after = [RedisReactiveAutoConfiguration::class] )
Link copied to clipboard
@AutoConfiguration(before = [CommandAutoConfiguration::class], after = [RedisReactiveAutoConfiguration::class] )
Link copied to clipboard
@ConfigurationProperties(prefix = "wow.redis")