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

sendAwait

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

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

Parameters

command - the command to send

Return

Response?

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