toggle menu
common-ext
2.3.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.test.solitary
/
RedisServerEntry
Redis
Server
Entry
class
RedisServerEntry
(
target
:
Any
,
val
port
:
Int
,
val
password
:
String
)
Author
CJ
Members
Constructors
Redis
Server
Entry
Link copied to clipboard
constructor
(
target
:
Any
,
port
:
Int
,
password
:
String
)
Properties
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
Functions
start
Link copied to clipboard
fun
start
(
)
stop
Link copied to clipboard
fun
stop
(
)
to
Redis
Standalone
Configuration
Link copied to clipboard
fun
toRedisStandaloneConfiguration
(
)
:
RedisStandaloneConfiguration