suspend fun RedisClient.scriptLoadAwait(script: String): String
Load the specified Lua script into the script cache.
script - Lua script
script
handler - Handler for the result of this call.
handler
Return