vertx / io.vertx.redis / RedisTransaction / scriptLoad

scriptLoad

abstract 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.

Since
Redis 2.6.0 group: scripting