vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / scriptLoadAwait

scriptLoadAwait

suspend fun RedisTransaction.scriptLoadAwait(script: String): String

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

Parameters

script - Lua script

Return

String

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