Decommission the old cache.

This commit is contained in:
Jon Chambers
2020-06-17 18:08:59 -04:00
committed by Jon Chambers
parent 0352d413e3
commit eea073f882
20 changed files with 94 additions and 393 deletions

View File

@@ -86,11 +86,6 @@ public class WhisperServerConfiguration extends Configuration {
@JsonProperty
private List<MicrometerConfiguration> micrometer = new LinkedList<>();
@NotNull
@Valid
@JsonProperty
private RedisConfiguration cache;
@NotNull
@Valid
@JsonProperty
@@ -245,10 +240,6 @@ public class WhisperServerConfiguration extends Configuration {
return gcpAttachments;
}
public RedisConfiguration getCacheConfiguration() {
return cache;
}
public RedisClusterConfiguration getCacheClusterConfiguration() {
return cacheCluster;
}