summaryrefslogtreecommitdiff
path: root/src/commands/unwatch.json
blob: 28cc5f0db41a7ac71b33e5c33836e244a6c0f259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "UNWATCH": {
        "summary": "Forgets about watched keys of a transaction.",
        "complexity": "O(1)",
        "group": "transactions",
        "since": "2.2.0",
        "arity": 1,
        "function": "unwatchCommand",
        "command_flags": [
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "FAST",
            "ALLOW_BUSY"
        ],
        "acl_categories": [
            "TRANSACTION"
        ],
        "reply_schema": {
            "const": "OK"
        }
    }
}