vertx / io.vertx.reactivex.redis / RedisTransaction / scriptLoad

scriptLoad

open fun scriptLoad(script: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Load the specified Lua script into the script cache.

Parameters

script - Lua script

handler - Handler for the result of this call.

Return