ConditionalOnRedisEnabled

@ConditionalOnProperty(value = ["wow.redis.enabled"], matchIfMissing = true, havingValue = "true")
annotation class ConditionalOnRedisEnabled