RedisServerEntry

class RedisServerEntry(target: Any, val port: Int, val password: String)

Author

CJ

Constructors

Link copied to clipboard
constructor(target: Any, port: Int, password: String)

Properties

Link copied to clipboard
val password: String
Link copied to clipboard
val port: Int

Functions

Link copied to clipboard
fun start()
Link copied to clipboard
fun stop()
Link copied to clipboard
fun toRedisStandaloneConfiguration(): RedisStandaloneConfiguration