Skip to content
Snippets Groups Projects
Commit bed69666 authored by Rustam Lotsmanenko (EPAM)'s avatar Rustam Lotsmanenko (EPAM)
Browse files

Merge branch 'fix-schema-cach' into 'master'

Updated schema cache name (7657)

See merge request !607
parents a1517d12 3c94dcf6
No related branches found
No related tags found
1 merge request!607Updated schema cache name (7657)
Pipeline #207348 failed
......@@ -45,7 +45,7 @@ public class CacheConfig {
}
@Bean
public RedisCache<String, String> schemaCache(GcpConfigurationProperties appProperties) {
public RedisCache<String, String> schemaGCCache(GcpConfigurationProperties appProperties) {
return schemaCacheBuilder.buildRedisCache(
appProperties.getRedisSearchHost(),
Integer.parseInt(appProperties.getRedisSearchPort()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment