suspend fun Redis.sendAwait(command: Request): Response?
Suspending version of method io.vertx.redis.client.Redis.send
command - the command to send
command
Return
Response?
NOTE: This function has been automatically generated from io.vertx.redis.client.Redis using Vert.x codegen.