PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /opt/redis-8/src/commands/
Server: Linux yellow.o2switch.net 4.18.0-553.75.1.lve.el8.x86_64 #1 SMP Tue Sep 23 15:13:30 UTC 2025 x86_64
IP: 109.234.161.246
Choose File :

Url:
Dir : //opt/redis-8/src/commands/script-load.json

{
    "LOAD": {
        "summary": "Loads a server-side Lua script to the script cache.",
        "complexity": "O(N) with N being the length in bytes of the script body.",
        "group": "scripting",
        "since": "2.6.0",
        "arity": 3,
        "container": "SCRIPT",
        "function": "scriptCommand",
        "command_flags": [
            "NOSCRIPT",
            "STALE"
        ],
        "acl_categories": [
            "SCRIPTING"
        ],
        "command_tips": [
            "REQUEST_POLICY:ALL_NODES",
            "RESPONSE_POLICY:ALL_SUCCEEDED"
        ],
        "arguments": [
            {
                "name": "script",
                "type": "string"
            }
        ],
        "reply_schema": {
            "description": "The SHA1 digest of the script added into the script cache",
            "type": "string"
        }
    }
}