Ensure redis export properties are actually set using a @Value()
Previously the @Value annotation was not on a top level @Bean field
(it was nested inside). Manually constructing the bean in a separate
configuration class seems like the best way to get it to actually bind
at runtime.
@ -100,11 +100,6 @@ public class RedisMetricRepository implements MetricRepository {
@@ -100,11 +100,6 @@ public class RedisMetricRepository implements MetricRepository {