open fun scriptLoad(script: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Load the specified Lua script into the script cache.
script - Lua script
script
handler - Handler for the result of this call.
handler
Return