Rachel
Toggle table of contents
3.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.cs.server-engine
/
love.yinlin.cs.service
/
Redis
/
Config
/
Config
Config
constructor
(
host
:
String
=
"localhost"
,
port
:
Int
=
6379
,
password
:
String
=
""
,
timeoutMillis
:
Int
=
3000
,
maxTotal
:
Int
=
20
,
maxIdle
:
Int
=
20
,
minIdle
:
Int
=
5
)