abstract 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
Since Redis 2.6.0 group: scripting