vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / scriptLoadAwait

scriptLoadAwait

suspend fun RedisClient.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