vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / slaveofAwait

slaveofAwait

suspend fun RedisTransaction.slaveofAwait(host: String, port: Int): String

Suspending version of method io.vertx.redis.RedisTransaction.slaveof

Parameters

host - Host to become this server's master

port - Port of our new master

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.