DevCore
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DevCore
database-redis
/
com.peco2282.devcore.database.redis
/
RedisBuilder
Redis
Builder
class
RedisBuilder
Builder class for
RedisProvider
.
Members
Constructors
Redis
Builder
Link copied to clipboard
constructor
(
)
Properties
host
Link copied to clipboard
var
host
:
String
password
Link copied to clipboard
var
password
:
String
?
pool
Config
Link copied to clipboard
var
poolConfig
:
JedisPoolConfig
port
Link copied to clipboard
var
port
:
Int
timeout
Link copied to clipboard
var
timeout
:
Int
Functions
build
Link copied to clipboard
fun
build
(
)
:
RedisProvider
pool
Link copied to clipboard
fun
pool
(
action
:
JedisPoolConfig
.
(
)
->
Unit
)
Configures the
JedisPoolConfig
.