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

pipeToAwait

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

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

Parameters

dst -

the destination write stream

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