mirror of https://github.com/tidwall/tile38.git
parent
bfa4bbe237
commit
abffd5ce74
|
@ -1392,8 +1392,8 @@
|
||||||
"group": "scripting"
|
"group": "scripting"
|
||||||
},
|
},
|
||||||
"EVALROSHA":{
|
"EVALROSHA":{
|
||||||
"summary": "Evaluates a read-only Lua script",
|
"summary": "Evaluates a read-only Lua script cached on the server by its SHA1 digest",
|
||||||
"complecxity": "Depends on the evaluated script cached on the server by its SHA1 digest",
|
"complecxity": "Depends on the evaluated script",
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
"name": "script",
|
"name": "script",
|
||||||
|
@ -1476,7 +1476,7 @@
|
||||||
"group": "scripting"
|
"group": "scripting"
|
||||||
},
|
},
|
||||||
"SCRIPT EXISTS":{
|
"SCRIPT EXISTS":{
|
||||||
"summary": "Loads the compiled version of a script into the server cache, without executing",
|
"summary": "Returns information about the existence of the scripts in server cache",
|
||||||
"complexity": "O(N) where N is the number of provided sha1 arguments",
|
"complexity": "O(N) where N is the number of provided sha1 arguments",
|
||||||
"arguments": [
|
"arguments": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue