vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / selectAwait

selectAwait

suspend fun RedisTransaction.selectAwait(dbindex: Int): String

Suspending version of method io.vertx.redis.RedisTransaction.select

Parameters

dbindex - Index identifying the new active database

Return

String

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