parent
b33945d21c
commit
1ca676ce0b
|
@ -36,7 +36,8 @@ class RedisConfig(
|
|||
.setAddress("rediss://$host:$port")
|
||||
.setSslEnableEndpointIdentification(true)
|
||||
.setSslTruststore(null)
|
||||
.setConnectionMinimumIdleSize(1)
|
||||
.setDnsMonitoringInterval(30)
|
||||
.setConnectionMinimumIdleSize(0)
|
||||
.setConnectionPoolSize(5)
|
||||
return Redisson.create(config)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue