vertx / io.vertx.reactivex.redis / RedisClient / scriptLoad

scriptLoad

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

Load the specified Lua script into the script cache.

Parameters

script - Lua script

handler - Handler for the result of this call.

Return