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

scriptLoadAwait

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

Load the specified Lua script into the script cache.

Parameters

script - Lua script

handler - Handler for the result of this call.

Return