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

selectAwait

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

Change the selected database for the current connection

Parameters

dbindex - Index identifying the new active database

handler - Handler for the result of this call.

Return