vertx / io.vertx.kotlin.redis.client / io.vertx.redis.client.Redis / pipeToAwait

pipeToAwait

suspend fun Redis.pipeToAwait(dst: WriteStream<Response>): Unit

Suspending version of method io.vertx.redis.client.Redis.pipeTo

Parameters

dst -

the destination write stream

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