Your IP : 216.73.217.110


Current Path : /usr/src/redis-stable/src/commands/
Upload File :
Current File : //usr/src/redis-stable/src/commands/script-kill.json

{
    "KILL": {
        "summary": "Kill the script currently in execution.",
        "complexity": "O(1)",
        "group": "scripting",
        "since": "2.6.0",
        "arity": 2,
        "container": "SCRIPT",
        "function": "scriptCommand",
        "command_flags": [
            "NOSCRIPT",
            "ALLOW_BUSY"
        ],
        "acl_categories": [
            "SCRIPTING"
        ],
        "command_tips": [
            "REQUEST_POLICY:ALL_SHARDS",
            "RESPONSE_POLICY:ONE_SUCCEEDED"
        ]
    }
}