summaryrefslogtreecommitdiff
path: root/src/commands/discard.json
blob: 8e056b09d069bcd79e778307c8c8dd355f48fba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "DISCARD": {
        "summary": "Discard all commands issued after MULTI",
        "complexity": "O(N), when N is the number of queued commands",
        "group": "transactions",
        "since": "2.0.0",
        "arity": 1,
        "function": "discardCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST"
        ],
        "acl_categories": [
            "TRANSACTION"
        ]
    }
}