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

sendAwait

suspend fun RedisConnection.sendAwait(command: Request): Response?

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

Parameters

command - the command to send

Return

Response?

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